Skip to content

Commit

Permalink
README: clarify ZMODEM support
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Jan 13, 2018
1 parent 0b6608e commit 2057ec5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 2 additions & 0 deletions man/ttyd.1
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions man/ttyd.man.md
Expand Up @@ -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
Expand Down

0 comments on commit 2057ec5

Please sign in to comment.