| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore(ci): update aur pkg publish workflow | 2026-02-24 | 1 | -42/+22 | |
| | | |||||
| * | fix: Update AUR workflow to copy .SRCINFO instead of generating it | 2025-05-25 | 1 | -1/+2 | |
| | | |||||
| * | 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 initial project files and CI configuration | 2025-05-25 | 1 | -0/+168 | |
| - 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. | |||||