]> prime8.dev >> repos - ttyd.git/commitdiff
README: clarify ZMODEM support
authorShuanglei Tao <tsl0922@gmail.com>
Sat, 13 Jan 2018 09:48:49 +0000 (17:48 +0800)
committerShuanglei Tao <tsl0922@gmail.com>
Sat, 13 Jan 2018 09:49:09 +0000 (17:49 +0800)
README.md
man/ttyd.1
man/ttyd.man.md

index 1b3da39b2cb92b24474557222a8bed42717ad5d0..07e4063009bb85deb51273c05e0f14a672d0b0f6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,7 +7,8 @@ ttyd is a simple command-line tool for sharing terminal over the web, inspired b
 # Features
 
 - Built on top of [Libwebsockets][2] with C for speed
-- Fully-featured terminal based on [Xterm.js][3] with CJK (*Chinese, Japanese, Korean*) and IME support
+- Fully-featured terminal based on [Xterm.js][3] with [CJK][18] and IME support
+- Graphical [ZMODEM][16] integration with [lrzsz][17] support
 - SSL support based on [OpenSSL][4]
 - Run any custom command with options
 - Basic authentication support and many other custom options
@@ -182,3 +183,6 @@ Docker containers are jailed environments which are more secure, this is useful
   [13]: https://github.com/tsl0922/ttyd/tree/master/msys2
   [14]: https://github.com/tsl0922/ttyd/tree/master/openwrt
   [15]: https://github.com/xtermjs/xterm.js#browser-support
+  [16]: https://en.wikipedia.org/wiki/ZMODEM
+  [17]: https://ohse.de/uwe/software/lrzsz.html
+  [18]: https://en.wikipedia.org/wiki/CJK_characters
index 86cfbe0ac0a9e55bc19a1a1cb49e6dc7834eea1b..a937abcf9188dda34bbe54302dac3a46a9ecdd81 100644 (file)
@@ -18,6 +18,8 @@ Built on top of Libwebsockets with C for speed
 .IP \(bu 2
 Fully\-featured terminal based on Xterm.js with CJK (Chinese, Japanese, Korean) and IME support
 .IP \(bu 2
+Graphical ZMODEM integration with lrzsz support
+.IP \(bu 2
 SSL support based on OpenSSL
 .IP \(bu 2
 Run any custom command with options
index d2e5d2ebf02c9d0548525c4d9f21c3ecd410e1a9..6b451689dd814b09f0ed00fd30e8a4766609d82d 100644 (file)
@@ -12,6 +12,7 @@ ttyd 1 "September 2016" ttyd "User Manual"
 
   - Built on top of Libwebsockets with C for speed
   - Fully-featured terminal based on Xterm.js with CJK (Chinese, Japanese, Korean) and IME support
+  - Graphical ZMODEM integration with lrzsz support 
   - SSL support based on OpenSSL
   - Run any custom command with options
   - Basic authentication support and many other custom options