mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-06 04:35:23 +02:00
16 lines
361 B
Markdown
16 lines
361 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|--permit-write]}} {{shell}}`
|
|
|
|
- Share with credential (Basic Auth):
|
|
|
|
`gotty {{[-w|--permit-write]}} {{[-c|--credential]}} {{username}}:{{password}} {{shell}}`
|