Installation • Quick Start • Documentation • Contributing
cargo install rustodogit clone https://github.com/joaofelipegalvao/rustodo
cd rustodo
cargo install --path .Download the latest binary from the Releases page:
| Platform | Binary |
|---|---|
| Linux (x86_64) | todo-linux-amd64 |
| macOS (Apple Silicon) | todo-darwin-arm64 |
| macOS (Intel) | todo-darwin-amd64 |
# Add tasks
todo add "Setup database" --project Backend --priority high --due tomorrow
todo add "Write migrations" --project Backend --depends-on 1
todo add "Weekly review" --due "next monday" --recurrence weekly
# View and filter
todo list
todo list --project Backend --status pending --sort due
# Complete and track
todo done 1
todo statsFor the full command reference, see GUIDE.md.
Contributions are welcome — bug fixes, new features, documentation improvements, and ideas are all appreciated!
Please read CONTRIBUTING.md before submitting a pull request.
git clone https://github.com/joaofelipegalvao/rustodo
cd rustodo
cargo build
cargo testFound a bug? Open an issue. Have a question? Start a discussion.
Thanks goes to these wonderful people ✨
Made with contrib.rocks.
Licensed under the MIT License.
Copyright © 2026-present, João Felipe Galvão

