1 unstable release
| 0.1.1 | Oct 26, 2024 |
|---|
#24 in #command-line-task
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
~3.5–6.5MB
~112K SLoC