SSHY
version 0.0.5
Sshy help you connect to your ssh server without remember every name of it. It only works on Mac OS X.
Prepare
- Install iTerm2
- Change URL Schemes.
Open iTerm2's Preference and click Profile tab and then click General subtab. Click Select URL Schemes and select ssh.
Installation
Add this line to your application's Gemfile:
gem 'sshy'
And then execute:
$ bundle
Or install it yourself as:
$ gem install sshy
Usage
$ sshy
server01 server02 server03 server04
server05
And now you could select one and press Enter
to ssh it
TODO
- show details when press TAB
- return error message when ssh failed
- auto detect whether os support ssh:// or not
- auto search when type
Contributing
- Fork it ( https://github.com/[my-github-username]/sshy/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request