Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 512 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 512 Bytes

todo-rs

Simple Interactive Terminal Todo App in Rust

thumbnail

Quick Start

$ cargo run TODO

Controls

Keys Description
k, j Move cursor up and down
Shift+K, Shift+J Drag the current item up and down
d Delete current item
q Quit
TAB, h, l Switch between the TODO and DONE panels
Enter Perform an action on the highlighted UI element