| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: Rename project to "soon-bin" in pyproject.toml | 2025-05-25 | 1 | -1/+1 | |
| | | |||||
| * | feat: Update project metadata in Cargo.toml and pyproject.toml | 2025-05-25 | 1 | -1/+1 | |
| | | |||||
| * | feat: Update project metadata in Cargo.toml and pyproject.toml | 2025-05-25 | 1 | -3/+4 | |
| | | |||||
| * | feat: Add initial project files and CI configuration | 2025-05-25 | 1 | -0/+23 | |
| - Created CI workflow for continuous integration using GitHub Actions. - Added Python version specification. - Initialized Cargo.toml and Cargo.lock for Rust project dependencies. - Implemented main functionality in Rust with command-line interface using Clap. - Added Python project configuration with Maturin for building and publishing. - Implemented command history prediction feature in Python. | |||||