Go to file
Evan Chen 9bb3c18df9
continuous-integration/drone/tag Build is passing Details
update
2021-11-17 02:04:21 +08:00
cmd/gterm update 2021-11-17 02:04:21 +08:00
public update 2021-11-17 02:04:21 +08:00
.drone.yml update 2021-11-17 02:04:21 +08:00
.gitignore update 2021-11-17 02:04:21 +08:00
README.md update 2021-11-17 02:04:21 +08:00
go.mod update 2021-11-17 02:04:21 +08:00
go.sum update 2021-11-17 02:04:21 +08:00
gterm.go update 2021-11-17 02:04:21 +08:00
index.html update 2021-11-17 02:04:21 +08:00
main.js update 2021-11-17 02:04:21 +08:00
make.sh update 2021-11-17 02:04:21 +08:00
package.json update 2021-11-17 02:04:21 +08:00
util.go update 2021-11-17 02:04:21 +08:00
yarn.lock update 2021-11-16 23:57:32 +08:00

README.md

gterm

Usage

Usage: gterm [options]
  -addr string
        address to bind (default ":8000")
  -allow string
        restrict ip
  -dev
        is development mode
  -log-level int
        log level (default 9)
  -name string
        the application title (default "gterm")
  -shell string
        the shell behind (default "bash")
  -v    show version

Install

sudo rm -f /usr/local/bin/gterm
sudo sh -c "curl -fsSL RELEASE_URL | tar -C /usr/local/bin/ -xz"