commands.sh

gotty

all

Share your terminal as a web application.

More info →

Options (2)

-w, --permit-writeboolean

Share with write permission

Example: gotty {{[-w|--permit-write]}} {{shell}}
-c, --credentialboolean

Share with credential (Basic Auth)

Example: gotty {{[-w|--permit-write]}} {{[-c|--credential]}} {{username}}:{{password}} {{shell}}

Examples (3)

Share result of command

Share with write permission

gotty [-w|--permit-write] shell

Share with credential (Basic Auth)

gotty [-w|--permit-write] [-c|--credential] username:password shell
made by @shridhargupta | data from tldr-pages