@ujjwal18/cli-todo-list
v1.0.1
Published
A simple CLI to-do list application
Downloads
131
Maintainers
Readme
CLI To-Do List
A simple and interactive command-line To-Do List application built with Node.js and TypeScript. This CLI tool helps you manage tasks by allowing you to add, mark as completed, view, and delete tasks from your to-do list.
Features
- View To-Do List: Display all tasks with their completion status.
- Add a New Task: Add a new task to your to-do list.
- Mark Task as Completed: Mark a specific task as completed.
- Delete a Task: Remove a task from the to-do list.
- Reminder for Tasks: Set a reminder (currently set for 5 hours) to complete tasks. You will be notified if a task is not completed within the given time.
- Clear, simple, and intuitive UI: Uses the terminal to interact with your to-do list, making it easy and user-friendly.
- Colorful output: Tasks are displayed with color-coded status (green for completed, red for incomplete).
Installation
To install the package globally on your system, run the following command:
npm install -g cli-todo-list