a vim spirited terminal todo app written in rust | forked from todo-rs by Tsoding
to build, and run, make sure you have rust and cargo installed..
..if not then you can install it from this page in the rust book: Install Rust
git clone https://github.com/metaphorc/tiddy
cd tiddy
cargo build
Keybinds | Effect |
---|---|
k, j | Move up and down |
Shift+K, Shift+J | Move selected item up or down |
g, G | Jump to the start, and end of the current item list |
i | Insert a new element |
r | Rename the current element |
d | Delete the current element |
q | Quit and save state |
TAB | Switch panels |
Enter | Move element to and fro between TODO and DONE |