Maybe I missed this somewhere but i could not find it while digging though the code. It would be great to get %CONFIG% and %PACKAGES% macro (or whatever we are calling this) like in the %HOME% macro in issue #265
I think this would make script execution easier for packages. Like this:
name: "My awesome package"
parent: default
matches:
- trigger: ":map"
replace: "{{output}}"
vars:
- name: output
type: script
params:
args:
- sh
- "%PACKAGES%/my-awesome-package/script.sh"
Hey,
This seems like a good suggestion indeed, I'll add it to the roadmap.
Thanks for your help :)
Just wanted to say this is coming in the upcoming release!
Most helpful comment
Hey,
This seems like a good suggestion indeed, I'll add it to the roadmap.
Thanks for your help :)