diff --git a/README.md b/README.md index 1b3da39b..07e40630 100644 --- 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 diff --git a/man/ttyd.1 b/man/ttyd.1 index 86cfbe0a..a937abcf 100644 --- a/man/ttyd.1 +++ b/man/ttyd.1 @@ -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 diff --git a/man/ttyd.man.md b/man/ttyd.man.md index d2e5d2eb..6b451689 100644 --- a/man/ttyd.man.md +++ b/man/ttyd.man.md @@ -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