Releases: DuskyElf/todo-rs
Releases · DuskyElf/todo-rs
0.1.0
Initial Release - 0.1.0
Features
- Simple CUI
- Add new TODOs
- Mark TODOs complete, to shift to done list
- Edit TODOs
- Delete TODOs
- Undo last changes
- Auto Save and load Todo and Done list on quit and restart
- Fullscreen mode
Usage
q
- QuitX
Tab
- Toggle between tabs⇆
k
- Move up in list↑
j
- Move down in list↓
i
- Edit the selected Todoa
- Add a new Todod
- Delete the selected elementu
- Undo last task (tasks includesedit
,append
,delete
andshift
)Enter
return
- Shift item to another tab↵