1 unstable release
new 0.1.1 | Oct 26, 2024 |
---|
#2 in #first
94 downloads per month
8KB
127 lines
Command Line based rust to do app
A simple command line app that allows you to add, remove tasks from command line
- To list all the pending tasks
cargo run -- list
- To add tasks
cargo run -- add "<task>"
- To mark a task at position y as complete
cargo run -- done <y>
You can do this in a custom file by adding -j or --journal-file tag and then the fileName.
Dependencies
~5–13MB
~143K SLoC