Simple Interactive Terminal Todo App in Rust. This is meant to be an experimental playground for testing ideas on Immediate TUIs.
console
$ cargo run TODO
|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| |a|edit the current item| |i|Insert a new item| |d|Delete the current list item| |q|Quit|
|l|Switch from TODO to DONE panels| |h|Switch from DONE to TODO panels|
|m|mark as done or todo|