tasklist-cli
v1.3.0
Published
Tasklist-cli is a simple and elegant command line application to manage tasks and todo lists
Downloads
56
Maintainers
Readme
Tasklist-cli
Tasklist-cli is a simple and elegant command line application to manage tasks and todos. Tasklist-cli exists to bring all the needed functionalities for simple project management to the terminal. No graphical interface is needed; this tool is easy enough to use to improve your workflow.
Features
- add todo tasks.
- mark tasks as done.
- revoke done tasks.
- delete done tasks.
- add due date to a task.
- add subtasks to projects.
Preview
Installation
using Node package manager
npm i tasklist-cli -g
you should now be able to use the command task
Usage
you can perform any of the actions listed below.
task [action] [project_name]
Actions
add
- Adds a new task to default list (or project).
task add
task a
list
- Lists tasks that are marked undone from specified project.
task list [project_name]
task ls [project_name]
listdate
- Lists tasks marked undone along with due date.
task listdate [project_name]
task ld [project_name]
Note: [project_name] is optional.
listproj
- Lists all available projects.
task listproj
task lp
done
- Lists all the tasks that are marked done.
task done [project_name]
task d [project_name]
Read about all the possible commands in USAGE file.
Dependencies
License
The files and scripts in this repository are licensed under the MIT License,
which is a very permissive license allowing you to use, modify, copy,
distribute, sell, give away, etc. the software. In other words,
do what you want with it. The only requirement with the MIT License is
that the license and copyright notice must be provided with the software.