1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-07 05:35:22 +02:00
tldr/pages/common/gotty.md

17 lines
361 B
Markdown
Raw Normal View History

2019-10-08 20:14:30 +07: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|--permit-write]}} {{shell}}`
2019-10-08 20:14:30 +07:00
- Share with credential (Basic Auth):
`gotty {{[-w|--permit-write]}} {{[-c|--credential]}} {{username}}:{{password}} {{shell}}`