Skip to content

edoger/j2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

J2 - A micro remote server management client.

demo

Installation

  • Build from source code.
     git clone https://github.com/edoger/j2.git
     cd j2
     go build -o /usr/local/bin/j2 cmd/j2/main.go
    
  • Download the compiled binary file from the release page.
  • Copy the config file .j2.example.yaml to $HOME/.j2.yaml and edit it.

Usage

     J2 Usage Guide:

       -n     Displays the next page of the server list.
       -p     Displays the previous page of the server list.
       -g     Set the group for the server list.
       -h     Display the usage guide of J2.
       -exit  Exit J2.

     * Enter the number/name and press <Enter> to automatically connect to
       the corresponding remote server.
     * Use <Control+D> to exit J2.

     Command Args:
       -h, -help, --help
         Print this message and exit.
       -v, -version, --version
         Print J2 version and exit.

License

Apache-2.0