A terminal based Todo list manager written in Rust. My first Rust project.
cargo run
Key | Descritption |
---|---|
k/↑,j/↓ | Move UP/DOWN |
SHIFT+k,SHIFT+j | Drag item UP/DOWN |
g,G | Jump to START/END of the list |
d | Delete 'Done' element |
i | Insert a new 'Todo' element |
u | Undo last action |
r | Edit current element |
ENTER | Transfer element |
TAB | Switch between 'Todos'/'Dones' |
q,CTRL+c | Quit |