Browse Source

gotty: add page (#3335)

Koung 5 năm trước cách đây
mục cha
commit
c0e340e8c1
1 tập tin đã thay đổi với 16 bổ sung0 xóa
  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}}`