#tasks #command-line #file #complete #package #am #first

app mudtjn-rusty-journal

This is my first package published while I am learning rust

1 unstable release

new 0.1.1 Oct 26, 2024

#2 in #first

Download history 94/week @ 2024-10-21

94 downloads per month

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

~5–13MB
~143K SLoC