1.1.0 • Published 8 months ago

sisi-cli v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

NPM Downloads

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 edit <index> <"task_name"> - Edits a todo. sisi modify also 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 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.

Maintainer

1.1.0

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago