From 26c6a7ae70c68630eeeed225f23d0002d78efb59 Mon Sep 17 00:00:00 2001 From: Shuanglei Tao Date: Wed, 19 Oct 2022 01:05:07 +0800 Subject: [PATCH] update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dfdb63a..a919e47 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ ttyd is a simple command-line tool for sharing terminal over the web. - Built on top of [Libwebsockets](https://libwebsockets.org) with [libuv](https://libuv.org) for speed - Fully-featured terminal based on [Xterm.js](https://xtermjs.org) with [CJK](https://en.wikipedia.org/wiki/CJK_characters) and IME support - Graphical [ZMODEM](https://en.wikipedia.org/wiki/ZMODEM) integration with [lrzsz](https://ohse.de/uwe/software/lrzsz.html) support -- SSL support based on [OpenSSL](https://www.openssl.org) +- [Sixel](https://en.wikipedia.org/wiki/Sixel) image output support ([Usage](https://saitoha.github.io/libsixel/)) +- SSL support based on [OpenSSL](https://www.openssl.org) / [Mbed TLS](https://github.com/Mbed-TLS/mbedtls) - Run any custom command with options - Basic authentication support and many other custom options - Cross platform: macOS, Linux, FreeBSD/OpenBSD, [OpenWrt](https://openwrt.org), Windows -- 2.43.4