mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 13:42:07 +02: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}}