mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
300 B
300 B
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}}