Metadata-Version: 2.1
Name: gotwo
Version: 0.1.1
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.
        
        ## 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             106.12.17.243   root                                            
        dahe            125.46.11.200   dahe           
        ecs2            106.15.39.96    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
