| Crates.io | kanben |
| lib.rs | kanben |
| version | 0.1.3 |
| created_at | 2020-06-09 17:06:40.65734+00 |
| updated_at | 2020-06-10 09:09:55.714829+00 |
| description | kanban for the terminal |
| homepage | |
| repository | https://github.com/benbrunton/kanben/ |
| max_upload_size | |
| id | 251964 |
| size | 107,696 |
Kanban for Ben, by Ben. A personal, no-frills kanban tool for the terminal.
kanben # lists top priority work
kanben add <title> # creates a new work item
kanban edit <title> # allows editing task description
kanben view <title> # lists all info in <title>
kanben start <title> # moves <title> into doing
kanben complete <title> # moves <title> into done
kanben delete <title> # individual delete
kanben clear-done # clears done column
kanben now # outputs in-progress tasks
kanben tag <title> <tag> # adds a tag to a task
kanben top <title> # move task to top of list
cargo install kanben
source autocomplete.sh to enable autocomplete