From 5a147f201f476cc59947d51194dc09b6f9c6466c Mon Sep 17 00:00:00 2001 From: Justin Luk Date: Fri, 12 Jan 2018 15:13:19 -0800 Subject: [PATCH 1/2] Include cloud shell in xterm applications --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1719efb2..2cf99749 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ computational environment for Jupyter, supporting interactive data science and s - [**VTerm**](https://github.com/vterm/vterm): Extensible terminal emulator based on Electron and React. - [**electerm**](http://electerm.html5beta.com): electerm is a terminal/ssh/sftp client(mac, win, linux) based on electron/node-pty/xterm. - [**Kubebox**](https://github.com/astefanutti/kubebox): Terminal console for Kubernetes clusters. +- [**Azure Cloud Shell**](https://shell.azure.com): Azure Cloud Shell is a Microsoft-managed admin machine built on Azure, for Azure. 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 in our list. From a7101b5bcb89870f7620e352551d6c03f6643928 Mon Sep 17 00:00:00 2001 From: Andres Mejia Date: Sat, 13 Jan 2018 15:34:05 -0500 Subject: [PATCH 2/2] Add use case for atom-xterm. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2cf99749..93e7f262 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ computational environment for Jupyter, supporting interactive data science and s - [**electerm**](http://electerm.html5beta.com): electerm is a terminal/ssh/sftp client(mac, win, linux) based on electron/node-pty/xterm. - [**Kubebox**](https://github.com/astefanutti/kubebox): Terminal console for Kubernetes clusters. - [**Azure Cloud Shell**](https://shell.azure.com): Azure Cloud Shell is a Microsoft-managed admin machine built on Azure, for Azure. +- [**atom-xterm**](https://atom.io/packages/atom-xterm): Atom plugin for providing terminals inside your Atom workspace. 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 in our list.