mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 23:34:26 +00:00
Release v0.0.4
* New `--title-format` option to specify window titles * Terminal profile support is added * ARM architecture support * New `--auto-reconnect` option to reconnect to the server * TLS/SSL option by `-t` option * `--once` option to shutdown the server after the first client exits * Better UTF-8 input support
This commit is contained in:
parent
f60fd58f9b
commit
6e39085a53
2
main.go
2
main.go
@ -13,7 +13,7 @@ import (
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
cmd := cli.NewApp()
|
cmd := cli.NewApp()
|
||||||
cmd.Version = "0.0.3"
|
cmd.Version = "0.0.4"
|
||||||
cmd.Name = "gotty"
|
cmd.Name = "gotty"
|
||||||
cmd.Usage = "Share your terminal as a web application"
|
cmd.Usage = "Share your terminal as a web application"
|
||||||
cmd.HideHelp = true
|
cmd.HideHelp = true
|
||||||
|
Loading…
Reference in New Issue
Block a user