0.0.12 • Published 6 years ago

jask v0.0.12

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

todo

A CLI Todo manager

Aims

  • Provide a similar CLI API to task warrior, but not weighed down by full compatability
  • Use a simple, append only, many-file storage solution; with no build-in syncing (for now)
  • Be configured through a .js file, allowing for functions/full expressivness in configuration
  • Provide a CLI first, then a react native app, then a react web app

Notes

Fields that a task should have:

  • status
  • due
  • wait
  • depends/depended on
  • project
  • priority
  • tags
  • created
  • modified
  • recur
  • custom