summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortheimpostor <sahirhoda@gmail.com>2024-11-21 08:03:46 -0600
committertheimpostor <sahirhoda@gmail.com>2024-11-21 08:03:46 -0600
commit983bdc94ecfb24c8e86acf61b9757891ddcb7b4b (patch)
tree60e41e718031cc3c9a68ec4eaa5943513ecdb8ae
parent87b316b3f96a22fd85654cd7bd091f2cac1c6691 (diff)
add mintty
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index e53c582..2dd81d8 100644
--- a/README.md
+++ b/README.md
@@ -59,12 +59,14 @@ Terminal | Terminal OS | Shell OS | Copy | Paste | Notes
--- | --- | --- | --- | --- | ---
[alacritty](https://github.com/alacritty/alacritty) 0.13.1 | macOS | linux | &check; | &check; | Paste support requires [setting](https://alacritty.org/config-alacritty.html) `terminal.osc52` to `CopyPaste` or `OnlyPaste`
[alacritty](https://github.com/alacritty/alacritty) 0.13.1 | macOS | macOS | &check; | &check; | Paste support requires [setting](https://alacritty.org/config-alacritty.html) `terminal.osc52` to `CopyPaste` or `OnlyPaste`
-[alacritty](https://github.com/alacritty/alacritty) 0.12.1 | Windows | linux | &check; | &cross; |
+[alacritty](https://github.com/alacritty/alacritty) 0.13.2 | Windows | linux | &check; | &cross; |
[alacritty](https://github.com/alacritty/alacritty) 0.13.2 | Windows | Windows | &check; | &cross; |
[kitty](https://github.com/kovidgoyal/kitty) 0.29.0 | macOS | linux | &check; | &check; | Prompts for access
[kitty](https://github.com/kovidgoyal/kitty) 0.29.0 | macOS | macOS | &check; | &check; | Prompts for access
[windows terminal](https://github.com/microsoft/terminal) v1.17.11461.0 | Windows | Windows | &check; | &cross; |
[windows terminal](https://github.com/microsoft/terminal) v1.17.11461.0 | Windows | linux | &check; | &cross; |
+[mintty](https://mintty.github.io/) 3.7.6 | Windows | Windows | &check; | &cross; |
+[mintty](https://mintty.github.io/) 3.7.6 | Windows | linux | &check; | &cross; |
[iterm2](https://iterm2.com/) | macOS | linux | &check; | &check; | Paste requires version 3.5.0. Prompts for access.
[iterm2](https://iterm2.com/) | macOS | macOS | &check; | &check; | Paste requires version 3.5.0. Prompts for access.
[hterm](https://chrome.google.com/webstore/detail/secure-shell/iodihamcpbpeioajjeobimgagajmlibd) | ChromeOS | linux | &check; | &cross; |
@@ -76,7 +78,7 @@ Using [alacritty](https://github.com/alacritty/alacritty) as the terminal:
Terminal Multiplexer | Copy | Paste | Notes
--- | --- | --- | ---
[screen](https://www.gnu.org/software/screen/) 4.09.00 | &check; | &check; |
-[zellij](https://zellij.dev/) 0.37.2 | &check; | [&cross;](https://github.com/zellij-org/zellij/issues/2647) |
+[zellij](https://zellij.dev/) 0.37.2 | &check; | &cross; | Paste not supported: https://github.com/zellij-org/zellij/issues/2647
[tmux](https://github.com/tmux/tmux) 3.3 | &check; | &check; | [`allow-passthrough`](https://github.com/tmux/tmux/wiki/FAQ#what-is-the-passthrough-escape-sequence-and-how-do-i-use-it) (for copy) and `set-clipboard` (for paste) should be enabled
## Installation