From 72ae30380b7a62e8066270524ce056e14da08112 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sun, 25 May 2025 02:03:56 +0800 Subject: feat: Add initial project files and CI configuration - 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. --- .python-version | 1 + 1 file changed, 1 insertion(+) create mode 100644 .python-version (limited to '.python-version') diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..c8cfe39 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.10 -- cgit v1.2.3-70-g09d2