tasklist-cli Usage
you can perform any of the actions listed below.
task [action] [project_name]
- Adds a new task to default list (or project).
task add
task a
- Creates a new project with the name specified.
task addproj
task ap
- Adds a new task to specified project.
task addto [project_name]
task at [project_name]
- Lists all the tasks that are marked done.
task done [project_name]
task d [project_name]
Note: [project_name] is optional.
- Lists tasks that are marked undone from specified project.
task list [project_name]
task ls [project_name]
Note: [project_name] is optional.
- Lists tasks that are marked undone from all projects.
task listall
task la
- Lists tasks marked undone along with due date.
task listdate [project_name]
task ld [project_name]
Note: [project_name] is optional.
- Lists all available projects.
task listproj
task lp
- Deletes a project permanently.
task remove [project_name]
task rm [project_name]
- Show help.
task [action] --help
task [action] -h
- Show version number.
task --version
task -v