All Projects
CLI Tool Rust
Task Management CLI
Task Management CLI is a blazing-fast terminal tool built in Rust. It uses SQLite for reliable on-disk persistence and exposes a clean command interface for creating, listing, toggling, and deleting tasks. Because it compiles to a single statically-linked binary there are no runtime dependencies — just download and run.
Screenshots
RustSQLiteCLINative Binary
View on GitHub Installation
1. Run installer script (macOS)
curl -fsSL https://raw.githubusercontent.com/Yasar195/rust_cli_todo/release/install.sh | sh 2. Verify the installation
todo --version