A simple lightweight CUI todo app in Rust.
Note:- Rust tool-chain should be installed on your machine.
shell
$ git clone https://github.com/DuskyElf/todo-rs.git
$ cd todo-rs
$ cargo r --release
q
- Quit X
Tab
- Toggle between tabs ⇆
k
- Move up in list ↑
j
- Move down in list ↓
i
- Edit the selected Todoa
- Add a new Todod
- Delete the selected elementu
- Undo last task (tasks includes edit
, append
, delete
and shift
)Enter
return
- Shift item to another tab ↵