AndreyAntipov/ssh-bookmarks-cli

View on GitHub
README.md

Summary

Maintainability
Test Coverage
[![Code Climate](https://codeclimate.com/github/AndreyAntipov/ssh-bookmarks-cli/badges/gpa.svg)](https://codeclimate.com/github/AndreyAntipov/ssh-bookmarks-cli)
[![Dependency Status](https://gemnasium.com/AndreyAntipov/ssh-bookmarks.svg)](https://gemnasium.com/AndreyAntipov/ssh-bookmarks)
[![Gem Version](https://badge.fury.io/rb/ssh-bookmarks.svg)](http://badge.fury.io/rb/ssh-bookmarks)
[![Coverage Status](https://img.shields.io/coveralls/AndreyAntipov/ssh-bookmarks-cli.svg)](https://coveralls.io/r/AndreyAntipov/ssh-bookmarks-cli)
[![Build Status](https://travis-ci.org/AndreyAntipov/ssh-bookmarks.svg?branch=master)](https://travis-ci.org/AndreyAntipov/ssh-bookmarks)




## ssh-bookmarks

A dead simple cli ssh server list.


## Installation
```zsh
$ gem install ssh-bookmarks
```
## Updating

    $ gem update ssh-bookmarks

## Uninstalling

    $ gem uninstall ssh-bookmarks

## Usage

    $ ssh-bookmarks


## Configure

    $ man ssh_config


You can use additional options in your ~/.ssh/config file

| Option | Description           | 
|:-----|:------------------------|
| # hidden | Ignore section below|  


--- 

![Server selection](https://raw.githubusercontent.com/AndreyAntipov/ssh-bookmarks-shell/media/screenshoot.png "Server selection")

--- 

## License

The MIT License (MIT) 

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions in [LICENSE.md](https://github.com/AndreyAntipov/ssh-bookmarks-shell/blob/master/LICENSE.md)

## Contributing

1. Fork it ( https://github.com/AndreyAntipov/ssh-bookmarks/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am ‘Add some feature’`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request