Minimalistic CLI to manage your Project's To-Do's.
npm i -g todu
todu
yarn global add todu
todu
Key | Description | Alias |
---|---|---|
Q | Exit todu | Escape |
Space | Toggle current task | Enter, Left & Right |
Up/down | Move cursor up/down | J, K |
Shift + (Up/down) | Move task up/down | Shift + (J, K) |
D | Delete current task | Delete |
A | Add task | |
E | Edit current task | |
H | Show/Hide help page |
- Star & Fork this repository
- Clone your fork
git clone git@github.com:USERNAME/todu.git
cd todu
- Install dependencies
yarn
- Compile & Run
yarn start