Open mircobabini opened 2 years ago
I'm trying to integrate this with StreamDeck.
StreamDeck can run AppleScripts which is a great way to work around the inability of opening any type of scripts.
A great addition here would be to have the number passed by argv: $ shuttle 10
$ shuttle 10
So, the logic would be:
If there's an input: don't print the cmd list immediately execute the cmd #10
If there's an input:
Also, it would be good to accept named cmd commands like: $ shuttle_cli my-named-ssh-command
$ shuttle_cli my-named-ssh-command
Related to https://github.com/fitztrev/shuttle/issues/281
I'm trying to integrate this with StreamDeck.
StreamDeck can run AppleScripts which is a great way to work around the inability of opening any type of scripts.
A great addition here would be to have the number passed by argv:
$ shuttle 10
So, the logic would be: