Skip to content

Latest commit

 

History

History
114 lines (75 loc) · 1.41 KB

USAGE.md

File metadata and controls

114 lines (75 loc) · 1.41 KB

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

addproj

  • Creates a new project with the name specified.
task addproj
task ap

addto

  • Adds a new task to specified project.
task addto [project_name]
task at [project_name]

done

  • Lists all the tasks that are marked done.
task done [project_name]
task d [project_name]

Note: [project_name] is optional.

list

  • Lists tasks that are marked undone from specified project.
task list [project_name]
task ls [project_name]

Note: [project_name] is optional.

listall

  • Lists tasks that are marked undone from all projects.
task listall
task la

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

remove

  • Deletes a project permanently.
task remove [project_name]
task rm [project_name]

--help

  • Show help.
task [action] --help
task [action] -h

--version

  • Show version number.
task --version
task -v