LinuxCommandLibrary

gotty

Share your terminal as a web application.

TLDR

Share result of command

$ gotty [command]
copy


Share with write permission
$ gotty -w [shell]
copy


Share with credential (Basic Auth)
$ gotty -w -c [username]:[password] [shell]
copy

Copied to clipboard