todos 0.1.0

Create and manage your todos using the command line
todos-0.1.0 is not a library.

Todos CLI in Rust

MIT-licensed chat on gitter

Usage

Print Todos

cargo run get

Add Todo

cargo run add "Do something fun"

Toggle Todo

cargo run toggle 0

Remove Todo

cargo run remove 0

Contributing

If you have a question, found a bug or want to propose a feature, have a look at the issues page.