jask
v0.0.12
Published
A CLI todo manager
Downloads
19
Readme
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
.jsfile, 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
