Go to file
Evan 1da1d4c1f7 update 2021-11-18 00:23:13 +08:00
cmd/gterm feat: add default profile 2021-11-18 00:10:35 +08:00
public feat: add default profile 2021-11-18 00:10:35 +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 feat: add default profile 2021-11-18 00:10:35 +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 feat: add default profile 2021-11-18 00:10:35 +08:00
index.html update 2021-11-17 02:04:21 +08:00
main.js feat: add default profile 2021-11-18 00:10:35 +08:00
make.sh update 2021-11-18 00:23:13 +08:00
package.json update 2021-11-17 02:04:21 +08:00
profile feat: add default profile 2021-11-18 00:10:35 +08:00
util.go fix: rotate back to 1 shell count 2021-11-17 12:48:10 +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

run bash with default profile

gterm -arg "--rcfile" -arg <(gterm -profile)

Install

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