A terminal based Todo list manager written in Rust. My first Rust project.
cargo run
Key | Descritption |
---|---|
w/↑,s/↓ | Move UP/DOWN |
SHIFT+w,SHIFT+s | Drag element UP/DOWN |
d | Delete 'Done' element |
ENTER | Action |
TAB | Switch between Todos and Dones |
q/ESC | Quit |