Metadata-Version: 2.1
Name: gotwo
Version: 0.1.2
Summary: Interactive light-weight tool to connect server by ssh
Home-page: https://github.com/PoplarYang/gotwo
Author: PoplarYang
Author-email: echohiyang@foxmail.com
License: UNKNOWN
Keywords: ssh linux macos
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.4
Description-Content-Type: text/markdown
Requires-Dist: colorama (>=0.4.1)
Requires-Dist: bullet (>=2.1.0)
Requires-Dist: pyfiglet
Requires-Dist: sshconf

# Interactive light-weight tool to connect server by ssh

It's only a lite tool.

## Principle
Read configration from `$HOME/.ssh/config`.

## Installation
> only supports python3.

```python
pip install gotwo
```
or  
```python
python3 -m pip install gotwo -i https://pypi.python.org/simple
```

## Usages
```bash
➜  ~ goto
           ____  ___ _____ ___  
          / ___|/ _ \_   _/ _ \ 
         | |  _| | | || || | | |
         | |_| | |_| || || |_| |
          \____|\___/ |_| \___/ 


🌻 Up/Down - Move selection up/down
🌴 Enter   - Ssh to current selection
🌵 Ctrl+c  - Quit
🚀 Connecting to ...
HostName        Address         User      
bcc             6.2.7.3         root                                            
dahe            125.6.1.2       dahe           
ecs2            10.15.3.6       root  
```


