From 2ffee705b218670807978b708fd919442b1d0aca Mon Sep 17 00:00:00 2001 From: Sean Escriva Date: Thu, 2 Mar 2023 12:07:05 -0500 Subject: [PATCH] Add Windows Terminal to support list Using this now with clipetty in my current WSL tty environment and can confirm it works well. Support was added in https://github.com/microsoft/terminal/pull/5823 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 154ebf6..5954ae0 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ inserting the resulting string into the system clipboard. - [hterm](https://hterm.org) (Javascript) - [st](https://st.suckless.org/) (Unix) - [mlterm](https://sourceforge.net/projects/mlterm/) (Unix, Windows, macOS) +- [Windows Terminal](https://github.com/microsoft/terminal) (Windows) This is not an exhaustive list, these are just the ones I know about. Submit a PR if you know of any I missed.