About xtodo
xtodo brings quick, distraction-free task management to your terminal. Built with Rust, it provides a highly responsive interface for tracking your daily tasks, complete with persistent storage and a clean aesthetic.
Screenshots
Clean, terminal-based task management
Quickly add and edit your daily items
Features
- Fast Interface: Built utilizing modern Rust terminal UI libraries for instant responsiveness
- Persistence: Tasks are serialized and saved automatically so you never lose your progress
- Cross-Platform: Tested on macOS, Linux, and Windows
Pre-Compiled Binaries
Download the latest release for your operating system directly from GitHub:
Install via Cargo
If you already have Rust installed, you can easily pull xtodo directly from crates.io:
cargo install xtodo
Or build it from the repository:
git clone https://github.com/mabognar/xtodo
cd xtodo
cargo install --path .