Crates.io | de-todo |
lib.rs | de-todo |
version | 0.1.2 |
source | src |
created_at | 2023-05-07 10:25:04.625902 |
updated_at | 2023-11-01 07:55:07.204253 |
description | A simple CUI todo app in Rust |
homepage | https://github.com/DuskyElf/todo-rs/ |
repository | https://github.com/DuskyElf/todo-rs/ |
max_upload_size | |
id | 859051 |
size | 38,497 |
A simple lightweight CUI todo app in Rust.
Note:- Rust tool-chain should be installed on your machine.
$ cargo install de-todo
$ git clone https://github.com/DuskyElf/todo-rs.git
$ cd todo-rs
$ cargo r --release
q
- Quit X
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 includes edit
, append
, delete
and shift
)Enter
return
- Shift item to another tab ↵