Skip to content

Commit 9c15da4

Browse files
committed
screenshot
1 parent 894f41e commit 9c15da4

File tree

6 files changed

+12
-2
lines changed

6 files changed

+12
-2
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GoShell(WIP)
22

3-
GoShell is a simple terminal GUI client, written in Go,ia [Fyne](https://fyne.io). Supports SSH、Docker、K8S(coming soon).
3+
GoShell is a simple terminal GUI client, written in Go,via [Fyne](https://fyne.io). Supports SSH、Docker、K8S(coming soon).
44

55

66
# Features
@@ -9,6 +9,16 @@ GoShell is a simple terminal GUI client, written in Go,ia [Fyne](https://fyne.io
99
- Supports Windows、Linux、MacOS platform.(thanks [Fyne](https://fyne.io)
1010
- Supports shortcut command.
1111

12+
# Screenshots
13+
### Main
14+
![GoShell Main](screenshot/main.png)
15+
### SSH Config
16+
![GoShell SSH](screenshot/ssh-conf.png)
17+
### Docker Config
18+
![GoShell Docker](screenshot/docker-conf.png)
19+
### Docker Container
20+
![GoShell Docker](screenshot/docker-container.png)
21+
1222
# TODOs
1323

1424
- UI/UX optimization

screenshot/docker-conf.png

11.5 KB
Loading

screenshot/docker-container.png

28.1 KB
Loading

screenshot/main.png

68.5 KB
Loading

screenshot/ssh-conf.png

17.3 KB
Loading

window.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ func (w *Window) initUI() {
155155
}
156156

157157
func (w *Window) showAboutDialog() {
158-
dialog.NewInformation(APP_NAME, "GoShell is a simple SSH client via Fyne.", w.win).Show()
158+
dialog.NewInformation(APP_NAME, "GoShell is a simple terminal GUI client, written in Go,via Fyne. ", w.win).Show()
159159
}
160160

161161
func (w *Window) showError(e error) {

0 commit comments

Comments
 (0)