Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.2 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.2 KB

ToDors

A terminal based Todo list manager written in Rust. My first Rust project.

img

Quick Start

cargo run

Controls

Key Descritption
k/↑,j/↓ Move UP/DOWN
SHIFT+k,SHIFT+j Drag item UP/DOWN
g,G Jump to START/END of the list
d Delete 'Done' element
i Insert a new 'Todo' element
u Undo last action
r Edit current element
ENTER Transfer element
TAB Switch between 'Todos'/'Dones'
q,CTRL+c Quit