We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
The text was updated successfully, but these errors were encountered:
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 fitztrev/shuttle#281
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: