Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.01 KB

README.md

File metadata and controls

46 lines (37 loc) · 1.01 KB

GoShell(WIP)

GoShell is a simple terminal GUI client, written in Go,via Fyne. Supports SSH、Docker、K8S.

Features

  • Supports SSH、Docker、K8S.
  • Supports Windows、Linux、MacOS platform.(thanks Fyne
  • Supports shortcut command.

Screenshots

Main

GoShell Main

SSH Config

GoShell SSH

Docker Config

GoShell Docker

Docker Select Container

GoShell Docker

K8S Config

GoShell Docker

K8S Select Container

GoShell Docker

Building

  • Linux / MACOS
    git clone https://github.com/tk103331/goshell.git
    cd goshell
    go build
    sudo ./goshell
  • Windows (Need to run with administrator rights)
    git clone https://github.com/tk103331/goshell.git
    cd goshell
    go build
    goshell

TODOs

  • UI/UX optimization
  • Configuration encryption