sisi-cli
v1.1.0
Published
A todo list CLI application
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-cliUsage
sisi ls- Lists all your tasks [sisi listalso does the same].sisi add "task_name"- Creates a new todo. Example:sisi add "Fix bug: works on my machine. 🤷♂️".sisi edit <index> <"task_name">- Edits a todo. [sisi modifyalso does the same]. Example:sisi edit 2 "I just edited the task in index 2".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 removealso 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.
