1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages/common/gotty.md
2019-10-08 10:14:30 -03:00

16 lines
300 B
Markdown

# 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}}`