Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add task recipes #13

Open
pookleblinky opened this issue Feb 15, 2018 · 1 comment
Open

Add task recipes #13

pookleblinky opened this issue Feb 15, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@pookleblinky
Copy link
Owner

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

@pookleblinky pookleblinky added the enhancement New feature or request label Feb 15, 2018
@pookleblinky
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant