"You mean you weren't doing this years ago? Why do I need a UI to get to a shell command? I'm already in the shell!"
Shuttle - A simple SSH shortcut menu for OS X
41–50 of 112 posts
Re: Shuttle - A simple SSH shortcut menu for OS X
#42Re: Shuttle - A simple SSH shortcut menu for OS X
#43Aargh. Only works in 10.8.x - I like new tech but I see no need to upgrade beyond 10.6.8 at the mo' :(
Re: Shuttle - A simple SSH shortcut menu for OS X
#44Re: Shuttle - A simple SSH shortcut menu for OS X
#45Re: Shuttle - A simple SSH shortcut menu for OS X
#46I love this more than for just ssh. I added a few other common commands into the menu for easy access.
Re: Shuttle - A simple SSH shortcut menu for OS X
#47Aargh. Only works in 10.8.x - I like new tech but I see no need to upgrade beyond 10.6.8 at the mo' :(
Targetting the latest release make life easier for devs.
Re: Shuttle - A simple SSH shortcut menu for OS X
#48Yet another way to have clickable short-cuts for opening SSH connections using OS X (Safari only): OS X understands URL schemes like ssh://username@hostname.tld:port. Throw it into the address bar or even save this as a bookmark. Safari asks for permission before opening such non-http protocols nowadays and transfers you to Terminal.app. Pro: Less clutter in menu bar. Con: Safari only. (As for me, I prefer ~/.profile…
Re: Shuttle - A simple SSH shortcut menu for OS X
#49Re: Shuttle - A simple SSH shortcut menu for OS X
#50If anyone needs something similar for Windows, use https://gist.github.com/arnehormann/5975783 and put all shortcuts with a folder into the quickstart part of the taskbar. The hta file I link to is html with visual basic instead of JS - executable on click, pretty compact, shows a dialog. Don't know if this breaks in later Win versions though, I wrote this some years ago and it worked fine in Vista...