소스 검색

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