From 59aaef46d9a3c2a24c6697adc418de2fec4540fe Mon Sep 17 00:00:00 2001 From: Amiya167 Date: Tue, 21 Apr 2026 21:16:31 +0800 Subject: [PATCH 1/2] Remove Logos from applications list Removed Logos entry from the list of applications using node-pty. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4e29e84b..26e87403 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,6 @@ ptyProcess.write('ls\r'); - [NxShell](https://nxshell.github.io/): An easy to use new terminal for Windows/Linux/MacOS platform. - [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. 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. From f4306d7ece67ced0f4205adf912b52ccfe0b672e Mon Sep 17 00:00:00 2001 From: Amiya167 Date: Thu, 30 Apr 2026 13:59:33 +0800 Subject: [PATCH 2/2] Add Logos to applications list in README Added Logos to the list of applications using node-pty. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 26e87403..e1d59673 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ ptyProcess.write('ls\r'); - [NxShell](https://nxshell.github.io/): An easy to use new terminal for Windows/Linux/MacOS platform. - [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): Think fast, build faster 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.