Files
cheatsheet-tldr/tldr/gotty

22 lines
393 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>.
- Share result of command:
`gotty {{command}}`
- Share with write permission:
`gotty -w {{shell}}`
- Share with credential (Basic Auth):
`gotty -w -c {{username}}:{{password}} {{shell}}`