Evan Chen
edff8721cf
continuous-integration/drone/tag Build is passing
Details
|
||
---|---|---|
cmd/gterm | ||
public | ||
.drone.yml | ||
.gitignore | ||
README.md | ||
go.mod | ||
go.sum | ||
gterm.go | ||
index.html | ||
main.js | ||
make.sh | ||
package.json | ||
profile | ||
util.go | ||
yarn.lock |
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"