https://roadmap.sh/projects/task-tracker
Task CLI is a command-line tool built with Node.js for managing your tasks efficiently from the terminal.
- Add new tasks
- Update existing tasks
- List all tasks
- Update task status
- Install dependencies:
npm install
- Link the CLI globally:
npm link
After linking, you can use the CLI with the command:
taskcliTo see all available commands and options, run:
taskcli --help
# or
taskcli -h- Add a task:
taskcli add "Buy groceries" - List tasks:
taskcli list
- Update task status:
taskcli mark done 1
MIT