浏览代码

gotty: add page (#3335)

Koung 5 年之前
父节点
当前提交
c0e340e8c1
共有 1 个文件被更改,包括 16 次插入0 次删除
  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}}`