#task #command-line #learning #command-line-task #file #cargo-run

app mudtjn-rusty-journal

This is my first package published while I am learning rust

1 unstable release

0.1.1 Oct 26, 2024

#24 in #command-line-task

MIT license

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

  1. To list all the pending tasks
cargo run -- list
  1. To add tasks
cargo run -- add "<task>"
  1. 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