Bläddra i källkod

gotty: add page (#3335)

Koung 5 år sedan
förälder
incheckning
c0e340e8c1
1 ändrade filer med 16 tillägg och 0 borttagningar
  1. 16 0
      pages/common/gotty.md

+ 16 - 0
pages/common/gotty.md

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