gterm/README.md

34 lines
589 B
Markdown

# gterm
## Usage
```shell
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
```shell
gterm -arg "--rcfile" -arg <(gterm -profile)
```
## Install
```shell
sudo rm -f /usr/local/bin/gterm
sudo sh -c "curl -fsSL RELEASE_URL | tar -C /usr/local/bin/ -xz"
```