InputSourceSelector icon indicating copy to clipboard operation
InputSourceSelector copied to clipboard

How to make it run from a shell script?

Open markusd1984 opened this issue 4 years ago • 1 comments

Do I need to do something different to make it work in a shell script?

It's an awesome tool, so much faster than applescript and it works fine system wide in the terminal shell after I placed it in the '/usr/local/bin' folder, but when I try to run it from a .sh it doesn't do anything despite the 'x' flag.

I'd like to launch the shell script from my stream deck. =)

markusd1984 avatar Oct 08 '21 09:10 markusd1984

Hey you may need to add /usr/local/bin to your $PATH

ershov avatar May 29 '23 08:05 ershov