mudtjn-rusty-journal

Crates.iomudtjn-rusty-journal
lib.rsmudtjn-rusty-journal
version0.1.1
sourcesrc
created_at2024-10-26 13:53:18.152711
updated_at2024-10-26 13:53:18.152711
descriptionThis is my first package published while I am learning rust
homepage
repository
max_upload_size
id1423877
size22,818
quaternion (Mudtjn)

documentation

README

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.

Commit count: 0

cargo fmt