https://github.com/tk103331/goshell
A simple SSH GUI client via Fyne.
https://github.com/tk103331/goshell
container docker k8s shell ssh terminal
Last synced: about 1 year ago
JSON representation
A simple SSH GUI client via Fyne.
- Host: GitHub
- URL: https://github.com/tk103331/goshell
- Owner: tk103331
- License: mit
- Created: 2021-04-13T07:32:40.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T11:46:45.000Z (about 1 year ago)
- Last Synced: 2025-04-09T19:17:38.597Z (about 1 year ago)
- Topics: container, docker, k8s, shell, ssh, terminal
- Language: Go
- Homepage:
- Size: 7.34 MB
- Stars: 55
- Watchers: 3
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoShell(WIP)
GoShell is a simple terminal GUI client, written in Go,via [Fyne](https://fyne.io). Supports SSH、Docker、K8S.
# Features
- Supports SSH、Docker、K8S.
- Supports Windows、Linux、MacOS platform.(thanks [Fyne](https://fyne.io))
- Supports shortcut command.
# Screenshots
### Main

### SSH Config

### Docker Config

### Docker Select Container

### K8S Config

### K8S Select Container

### Building
- Linux / MACOS
``` shell
git clone https://github.com/tk103331/goshell.git
cd goshell
go build
sudo ./goshell
```
- Windows (Need to run with administrator rights)
``` shell
git clone https://github.com/tk103331/goshell.git
cd goshell
go build
goshell
```
# TODOs
- UI/UX optimization
- Configuration encryption