hendricius / shuttle-cli

Command line client for the Shuttle SSH Manager.
MIT License
20 stars 7 forks source link

Integration with StreamDeck #5

Open mircobabini opened 2 years ago

mircobabini commented 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

So, the logic would be:

If there's an input:

  • don't print the cmd list
  • immediately execute the cmd #10
mircobabini commented 2 years ago

Also, it would be good to accept named cmd commands like: $ shuttle_cli my-named-ssh-command

Related to https://github.com/fitztrev/shuttle/issues/281