summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* feat: Bump version to 0.1.2 in Cargo.toml, Cargo.lock, and PKGBUILDv0.1.2HsiangNianian2025-05-253-3/+3
|
* feat: Add GitHub Actions workflow for publishing to crates.ioHsiangNianian2025-05-251-0/+35
|
* feat: Add GitHub Actions workflow for publishing to AURHsiangNianian2025-05-252-7/+55
|
* feat: Add check script to verify presence of PKGBUILD in recent commitsHsiangNianian2025-05-251-0/+4
|
* feat: Bump version to 0.1.1 in Cargo.toml and Cargo.lockHsiangNianian2025-05-252-2/+2
|
* feat: Add PKGBUILD and .SRCINFO for package managementHsiangNianian2025-05-252-4/+4
|
* feat: Add PKGBUILD and .SRCINFO for package managementHsiangNianian2025-05-252-0/+35
|
* feat: Update project metadata in Cargo.toml and pyproject.tomlHsiangNianian2025-05-252-2/+5
|
* feat: Update project metadata in Cargo.toml and pyproject.tomlHsiangNianian2025-05-252-3/+5
|
* feat: Add initial project files and CI configurationHsiangNianian2025-05-259-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-253-0/+197