- 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.
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.