todu
v1.0.28
Published
CLI to manage your Project's To-Do's
Downloads
216
Readme
Todu
Minimalistic CLI to manage your Project's To-Do's.
Installation
NPM
npm i -g todu
todu
Yarn
yarn global add todu
todu
Keybinds
| 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 | |
Development
- Star & Fork this repository
- Clone your fork
git clone [email protected]:USERNAME/todu.git
cd todu
- Install dependencies
yarn
- Compile & Run
yarn start