README: clarify ZMODEM support

This commit is contained in:
Shuanglei Tao
2018-01-13 17:48:49 +08:00
parent 0b6608e2ef
commit 2057ec5c9c
3 changed files with 8 additions and 1 deletions

View File

@@ -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

View 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

View 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