Metadata-Version: 2.1
Name: gotwo
Version: 0.1.3
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
Description: # Interactive light-weight tool to connect server by ssh
        
        It's only a lite tool.
        
        ![](https://github.com/PoplarYang/gotwo/workflows/Upload%20Python%20Package%20gotwo/badge.svg)
        
        ## 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  
        ```
        
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
