antosdk-apps/xTerm
2023-01-04 09:45:08 +01:00
..
build Update xterm to latest version 2023-01-04 09:45:08 +01:00
build.json Update xterm to latest version 2023-01-04 09:45:08 +01:00
package.json Update xterm to latest version 2023-01-04 09:45:08 +01:00
project.json Add more packages, disable Antunnel auto connect 2020-12-21 16:01:04 +01:00
README.md Add package dependencies 2020-12-18 21:52:44 +01:00
xterm-addon-fit.js Update xterm to latest version 2023-01-04 09:45:08 +01:00
xterm.css Update xterm to latest version 2023-01-04 09:45:08 +01:00
xterm.js Update xterm to latest version 2023-01-04 09:45:08 +01:00

Xterm.js is a front-end component written in TypeScript that lets applications bring fully-featured terminals to their users in the browser. Its used by popular projects such as VS Code, Hyper and Theia.

Features

  • Terminal apps just work: Xterm.js works with most terminal apps such as bash, vim and tmux, this includes support for curses-based apps and mouse event support
  • Performant: Xterm.js is really fast, it even includes a GPU-accelerated renderer
  • Rich unicode support: Supports CJK, emojis and IMEs
  • Self-contained: Requires zero dependencies to work
  • Accessible: Screen reader support can be turned on using the screenReaderMode option
  • And much more: Links, theming, addons, well documented API, etc.

Project Page: https://xtermjs.org/