mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:46:00 +02:00
gotty: add page (#3335)
This commit is contained in:
parent
28d4a486f4
commit
c0e340e8c1
1 changed files with 16 additions and 0 deletions
16
pages/common/gotty.md
Normal file
16
pages/common/gotty.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue