config icon indicating copy to clipboard operation
config copied to clipboard

Is it possible to get the output of a script and assign it to a key?

Open zqmmqz opened this issue 4 years ago • 1 comments

Hi,

I want to get the output from a script and assign it to a key like below, is it possible?

key: curl -s https://www.google.com | grep '<a href='

zqmmqz avatar Jun 25 '21 16:06 zqmmqz

no - you could put the output of the script in an environment variable and refer to that environment variable from your config, though.

raboof avatar Jun 29 '21 08:06 raboof