| Crates.io | ruban |
| lib.rs | ruban |
| version | 0.1.3 |
| created_at | 2020-07-29 08:00:50.364268+00 |
| updated_at | 2020-08-01 20:16:41.094136+00 |
| description | A CLI tool to input, start and finish your todos without leaving the terminal. |
| homepage | https://github.com/gmrdn/ruban |
| repository | https://github.com/gmrdn/ruban |
| max_upload_size | |
| id | 270851 |
| size | 5,219,959 |
I always add tasks in my head while I have this terminal available in front of me.
Manipulating tasks in the terminal seems way more productive and allows to manipulate them easily and very quickly.
I also wanted to learn Rust, so this is a pet project to experiment with CLI in Rust.

ruban add -t "House" "Repair the garage door"
The -t or --tags flag allows to add tags to a task so they can be sorted and classified.
Tags are optional.
ruban ls
This command shows the list of all tasks
ruban rm <number>

ruban mv <number> <status>