luckman212 Posted March 4, 2019 Posted March 4, 2019 These script environment variables (e.g. `alfred_workflow_uid`) have been very useful to me. https://www.alfredapp.com/help/workflows/script-environment-variables/ I'd like to be able to use them outside of bash or python script actions. Any reason they're not made available throughout the entire workflow?
vitor Posted March 4, 2019 Posted March 4, 2019 1 hour ago, luckman212 said: I'd like to be able to use them outside of bash or python script actions. Any reason they're not made available throughout the entire workflow? They are. What exactly are you trying to do? Wherever you are that it’s not working, does {var:alfred_workflow_uid} work?
luckman212 Posted March 4, 2019 Author Posted March 4, 2019 Thanks @vitor It isn't working for me outside of script actions. For example, try this simple workflow: Hotkey settings Large Type settings The output for me is:
vitor Posted March 4, 2019 Posted March 4, 2019 Looks like you are correct. I was under the impression these were also available, but I can reproduce your results. Moving this to Feature Requests.
luckman212 Posted March 4, 2019 Author Posted March 4, 2019 Thank you, I believe this would be very useful, for creating singletons/mutex's/lockfiles etc. as well as a bunch of other things.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now