From 216004d615659e3c04cd423beefe51c2827c812a Mon Sep 17 00:00:00 2001 From: Huang Chung YI Date: Sat, 28 Mar 2026 13:03:19 +0800 Subject: [PATCH] add Termdock to real-world uses --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e29e84b2..03dd628e5 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ ptyProcess.write('ls\r'); - [OpenSumi](https://github.com/opensumi/core): A framework helps you quickly build Cloud or Desktop IDE products. - [Enjoy Git](https://github.com/huangcs427/enjoy-git-release): A modern Git client featuring an intuitive user interface, built with Electron, Vue 3, and TypeScript. - [Logos](https://github.com/zixiao-labs/logos): A Modern, Lightweight Code Editor, built with Electron, Vue 3, and TypeScript. +- [Termdock](https://termdock.com): A multi-workspace AI terminal with drag-drop file support, built-in code search, and Git integration. Do you use node-pty in your application as well? Please open a [Pull Request](https://github.com/Tyriar/node-pty/pulls) to include it here. We would love to have it in our list.