This utility will add tasks to your KanbanFlow board on a schedule. It automatically picks up changes to the schedule file, no need to restart process.
$ kfcron [path-to-schedule] [path-to-token]
# sample-schedule.yaml
tasks:
- name: Laundry
column: Prioritized
category: Self Care
schedule: '0 0 * * 2,5'
- name: Vocabulary Practice
column: Prioritized
category: Graduate School
schedule: '0 0 * * *'
$ stack build
$ stack install
: tabe docs/dev.md
$ git submodule add https://github.com/larioj/kfcron-docs.git docs