Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.01 KB

ttyd-go

A go implementation of tsl0922/ttyd.

Features

Most of the features of the ttyd are supported.

  • Built on top of WebGL2 for speed
  • Fully-featured terminal with CJK and IME support
  • ZMODEM (lrzsz) / trzsz file transfer support
  • Sixel image output support (img2sixel / lsix)
  • Run any custom command with options
  • Cross-platform: macOS, Linux, FreeBSD/OpenBSD, OpenWrt. Windows is not supported yet.

Command Usage

Installation

go install github.com/WeidiDeng/ttyd-go/cmd/ttyd@latest

Run ttyd --help for more information.

Library Usage

Under construction 🚧.