pookleblinky / lifescripts

Automating various decisions stochastically, starting with my current coin-based intermittent fasting and dice-based kettlebell.
22 stars 2 forks source link

Add task recipes #13

Open pookleblinky opened 6 years ago

pookleblinky commented 6 years ago

The ability to string together several task lists and reuse them; "prepare for holiday" "prepare for guests" etc.

pookleblinky commented 6 years ago

Adding task files is ugly.

I could use build-path like

(define taskfiles 
  (map (lambda (file)
         (build-path taskfolder file))
       tasklists))

And then the files can all be in one nice list. But that's a bit complex.