Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edoger/j2
A micro remote server management client.
https://github.com/edoger/j2
go golang ssh ssh-client
Last synced: 11 days ago
JSON representation
A micro remote server management client.
- Host: GitHub
- URL: https://github.com/edoger/j2
- Owner: edoger
- License: apache-2.0
- Created: 2021-03-29T12:40:55.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-03T08:14:38.000Z (over 3 years ago)
- Last Synced: 2024-06-20T11:45:17.476Z (7 months ago)
- Topics: go, golang, ssh, ssh-client
- Language: Go
- Homepage:
- Size: 326 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# J2 - A micro remote server management client. #
[![demo](img.jpg)](https://github.com/edoger/j2)
## 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](https://github.com/edoger/j2/releases).
- 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 to automatically connect to
the corresponding remote server.
* Use 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](http://www.apache.org/licenses/LICENSE-2.0)