1.0.0 • Published 8 years ago

taskwarrior v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

#Taskwarrior A nodejs library for interacting with taskwarrior

How to use

import Taskwarrior from "node-taskwarrior"
const task = new Taskwarrior

Methods:

  • add (options, callback)
  • list (options, filters, callback)
  • done (options, filters, callback)
  • completed (options, filters, callback)
  • all (options, filters, callback)
  • projects (options, filter, callback)
  • count (options, filter, callback)
  • modify (options, callback)

Task options / filters:

  • description
  • project
  • end (end date, ISO 8601 in the following format YYYYMMDDTHHMMSSZ)
  • priority (H, M, L)
  • status