Metadata-Version: 1.1
Name: junc
Version: 0.2.3
Summary: Connect to servers easily
Home-page: https://github.com/llamicron/junc
Author: llamicron
Author-email: llamicron@gmail.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: # Junc (Short for Junction)
        ## SSH to servers easily
        Now you don't have to remember usernames and IPs, and no more aliases for each of your machines.
        ## Usage
        ```bash
        $ junc --help
        # Usage:
        #     junc connect <name>
        #     junc list
        #     junc add (<name> <username> <ip>) [<location>]
        #     junc remove <name>
        # ...
        
        $ junc add [server_name] [username] [ip] [location (optional)]
        
        $ junc list
        # +---------+----------------------+-------------+
        # | Name    | Address              | Location    |
        # +---------+----------------------+-------------+
        # | server1 | pi@192.168.0.115     | Server Room |
        # | server2 | pi@192.168.0.134     | Kitchen     |
        # | ec2     | ubuntu@145.555.55.57 | Oregon?     |
        # +---------+----------------------+-------------+
        
        $ junc connect [server_name]
        Connecting...
        ```
        
        
Keywords: connect ip ssh pipe raspberry pi rpi raspberry-pi ec2 server
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
