Skip to content

anmol420/TodoApp-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoApp-CLI

Requirements

Rust
Visual Studio Code or any other code editor
Git

How To Use

  • Please Ensure That You Have Installed Rust On Your Device.
  • Clone The Repository and type cargo run for running the cli interface.

Example Commands

$ cargo run -- -j test-journal.json add "buy milk"

$ cargo run -- -j test-journal.json add "take the dog for a walk"

$ cargo run -- -j test-journal.json add "water the plants"

$ cargo run -- -j test-journal.json list
1: buy milk                                           [2021-01-08 16:39]
2: take the dog for a walk                            [2021-01-08 16:39]
3: water the plants                                   [2021-01-08 16:39]

$ cargo run -- -j test-journal.json done 2

$ cargo run -- -j test-journal.json list
1: buy milk                                           [2021-01-08 16:39]
2: water the plants                                   [2021-01-08 16:39]

Developer

👤 anmol420.

Contributing

  • Contributions, issues and feature requests are always needed and welcome!

Support

You can show your support by giving a ⭐ if you find some help!

About

A TodoApp Made In CLI Using Rust.

Topics

Resources

Stars

Watchers

Forks

Languages