sisi-cli
v1.0.6
Published
A todo list CLI application
Downloads
256
Maintainers
Readme
Description
Stay organized on the go! A lightweight CLI app to manage your tasks and boost productivity, right from the command line!
Installation
npm i -g sisi-cli
Usage
sisi ls
- Lists all your tasks [sisi list
also does the same].sisi add "task_name"
- creates a new todo. Example:sisi add "Fix bug: works on my machine. 🤷♂️"
.sisi complete <task_index>
- marks a todo as completed.sisi pending <task_index>
- marks a todo as pending.sisi delete <index1,index2,...>
- delete todos. [sisi remove
also does the same].sisi help
- displays available commands.
Windows
If you're on Windows, do yourself a favor and use Windows Terminal instead of cmd.exe
.