Interactive terminal todo app in rust which also creates a todo wallpaper for you.
This is meant to be mainly used on GNOME desktops since desktop widgets are not around. It would conveniently provide a glance into one's day plan at one look.
$ cargo run --release
Keys | Description |
---|---|
k, j | Move cursor up and down |
Shift+K, Shift+J | Drag the current item up and down |
g, G | Jump to the start, end of the current item list |
r | Rename the current item |
i | Insert a new item |
e | Edit an existing item |
d | Delete the current list item |
q | Quit |
TAB | Switch between the TODO and DONE panels |
Enter | Perform an action on the highlighted UI element |