tldr/pages/common/gotty.md

17 lines
300 B
Markdown
Raw Normal View History

2019-10-08 14:14:30 +01:00
# gotty
> Share your terminal as a web application.
> More information: <https://github.com/yudai/gotty>.
- Share result of command:
`gotty {{command}}`
- Share with write permission:
`gotty -w {{shell}}`
- Share with credential (Basic Auth):
`gotty -w -c {{username}}:{{password}} {{shell}}`