@xterm/xterm 6.1.0-beta.286 → 6.1.0-beta.287
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/lib/xterm.js +1 -1
- package/lib/xterm.js.map +1 -1
- package/lib/xterm.mjs +1 -1
- package/lib/xterm.mjs.map +1 -1
- package/package.json +2 -2
- package/src/common/Version.ts +1 -1
package/README.md
CHANGED
|
@@ -254,6 +254,7 @@ Xterm.js is used in many world-class applications to provide great terminal expe
|
|
|
254
254
|
- [**WooTTY**](https://github.com/icoretech/wootty): Flawless browser terminal for real operators.
|
|
255
255
|
- [**Orca**](https://github.com/stablyai/orca): Agentic development environment for 100x builders.
|
|
256
256
|
- [**4bit**](https://ciembor.github.io/4bit): Terminal Color Scheme Designer.
|
|
257
|
+
- [**Cate**](https://github.com/0-AI-UG/cate): Open source desktop IDE on an infinite zoomable canvas. Editor, browser, and terminal panels float in spatial space; the terminals are xterm.js with the WebGL addon, backed by node-pty.
|
|
257
258
|
- [And much more...](https://github.com/xtermjs/xterm.js/network/dependents?package_id=UGFja2FnZS0xNjYzMjc4OQ%3D%3D)
|
|
258
259
|
|
|
259
260
|
Do you use xterm.js in your application as well? Please [open a Pull Request](https://github.com/sourcelair/xterm.js/pulls) to include it here. We would love to have it on our list. Please add any new contributions to the end of the list.
|