1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:46:00 +02:00

gotty: add page (#3335)

This commit is contained in:
Koung 2019-10-08 20:14:30 +07:00 committed by Lucas Gabriel Schneider
parent 28d4a486f4
commit c0e340e8c1

16
pages/common/gotty.md Normal file
View file

@ -0,0 +1,16 @@
# 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}}`