| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: Bump version to 0.1.2 in Cargo.toml, Cargo.lock, and PKGBUILDv0.1.2 | 2025-05-25 | 3 | -3/+3 | |
| | | |||||
| * | feat: Add GitHub Actions workflow for publishing to crates.io | 2025-05-25 | 1 | -0/+35 | |
| | | |||||
| * | feat: Add GitHub Actions workflow for publishing to AUR | 2025-05-25 | 2 | -7/+55 | |
| | | |||||
| * | feat: Add check script to verify presence of PKGBUILD in recent commits | 2025-05-25 | 1 | -0/+4 | |
| | | |||||
| * | feat: Bump version to 0.1.1 in Cargo.toml and Cargo.lock | 2025-05-25 | 2 | -2/+2 | |
| | | |||||
| * | feat: Add PKGBUILD and .SRCINFO for package management | 2025-05-25 | 2 | -4/+4 | |
| | | |||||
| * | feat: Add PKGBUILD and .SRCINFO for package management | 2025-05-25 | 2 | -0/+35 | |
| | | |||||
| * | feat: Update project metadata in Cargo.toml and pyproject.toml | 2025-05-25 | 2 | -2/+5 | |
| | | |||||
| * | feat: Update project metadata in Cargo.toml and pyproject.toml | 2025-05-25 | 2 | -3/+5 | |
| | | |||||
| * | feat: Add initial project files and CI configuration | 2025-05-25 | 9 | -0/+895 | |
| | | | | | | | | | | - 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. | ||||
| * | Initial commit | 2025-05-25 | 3 | -0/+197 | |