Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 376 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 376 Bytes

This is Todo App with Rust lang.

CLI's Todo App.

Japanese article

Feature

  • todo add
  • todo complete
  • todo save

Usage

For Example

Input command

$ cargo run -- add "todo test1"

confirmation

$ cat ./data/db.json

Additional Functions

  • todo delete
  • todo content update