https://github.com/sofyan48/koi
https://github.com/sofyan48/koi
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sofyan48/koi
- Owner: sofyan48
- License: apache-2.0
- Created: 2025-02-13T10:03:13.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-13T14:55:24.000Z (8 months ago)
- Last Synced: 2025-04-09T13:44:50.829Z (6 months ago)
- Language: Go
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SSH Manager
inspired by [sshm](https://github.com/jiuzi/sshm)## Usage
```
iank@Office ~/go/src/github.com/koi $ koi -h
Koi SSH ManagerUsage:
koi [command]Available Commands:
add add one ssh machine
completion Generate the autocompletion script for the specified shell
find Query machine by condition. Also can use `fd`
help Help about any command
list Show all machine. Also can use 'ls'
remove Remove one ssh machine. Also can use `rm`
ssh Use ssh connect to remote machineFlags:
-h, --help help for koiUse "koi [command] --help" for more information about a command.
```