0.0.4 • Published 9 months ago

@qodalis/cli-todo v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Cli extension

The @qodalis/cli-todo package is a powerful CLI extension designed to help you manage your tasks efficiently. With a simple and intuitive command structure, you can add, list, complete, and remove TODO items directly from your command line.

Features

Add tasks with a single command.
View all your TODO items in a clear, organized list.
Mark tasks as complete to keep track of your progress.
Remove tasks when they are no longer needed.
Persistent storage for your tasks across CLI sessions.

Installation

packages add @qodalis/cli-todo

This command downloads and registers the extension for use within the CLI environment.

Usage

todo ls
todo add <task description>
todo add Buy groceries
todo add Finish the project report
todo complete <task ID>
todo complete 1
todo rm <task ID>

todo ls
[ ] #2 - Finish the project report
0.0.4

9 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago