HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

gotty — Share your terminal as a web application. More information: <https://github.com/yudai/gotty#usage>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
terminalcommandgottysharecliwebyourapplication

Problem

How to use the gotty command: Share your terminal as a web application. More information: <https://github.com/yudai/gotty#usage>.

Solution

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}}

Code Snippets

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}}

Context

tldr-pages: common/gotty

Revisions (0)

No revisions yet.