mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
460 B
Plaintext
22 lines
460 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# gotty
|
|
|
|
> Share your terminal as a web application.
|
|
> More information: <https://github.com/yudai/gotty#usage>.
|
|
|
|
- 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}}`
|