diff options
| author | theimpostor <sahirhoda@gmail.com> | 2024-11-21 08:03:46 -0600 |
|---|---|---|
| committer | theimpostor <sahirhoda@gmail.com> | 2024-11-21 08:03:46 -0600 |
| commit | 983bdc94ecfb24c8e86acf61b9757891ddcb7b4b (patch) | |
| tree | 60e41e718031cc3c9a68ec4eaa5943513ecdb8ae | |
| parent | 87b316b3f96a22fd85654cd7bd091f2cac1c6691 (diff) | |
add mintty
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -59,12 +59,14 @@ Terminal | Terminal OS | Shell OS | Copy | Paste | Notes --- | --- | --- | --- | --- | --- [alacritty](https://github.com/alacritty/alacritty) 0.13.1 | macOS | linux | ✓ | ✓ | 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 | ✓ | ✓ | 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 | ✓ | ✗ | +[alacritty](https://github.com/alacritty/alacritty) 0.13.2 | Windows | linux | ✓ | ✗ | [alacritty](https://github.com/alacritty/alacritty) 0.13.2 | Windows | Windows | ✓ | ✗ | [kitty](https://github.com/kovidgoyal/kitty) 0.29.0 | macOS | linux | ✓ | ✓ | Prompts for access [kitty](https://github.com/kovidgoyal/kitty) 0.29.0 | macOS | macOS | ✓ | ✓ | Prompts for access [windows terminal](https://github.com/microsoft/terminal) v1.17.11461.0 | Windows | Windows | ✓ | ✗ | [windows terminal](https://github.com/microsoft/terminal) v1.17.11461.0 | Windows | linux | ✓ | ✗ | +[mintty](https://mintty.github.io/) 3.7.6 | Windows | Windows | ✓ | ✗ | +[mintty](https://mintty.github.io/) 3.7.6 | Windows | linux | ✓ | ✗ | [iterm2](https://iterm2.com/) | macOS | linux | ✓ | ✓ | Paste requires version 3.5.0. Prompts for access. [iterm2](https://iterm2.com/) | macOS | macOS | ✓ | ✓ | Paste requires version 3.5.0. Prompts for access. [hterm](https://chrome.google.com/webstore/detail/secure-shell/iodihamcpbpeioajjeobimgagajmlibd) | ChromeOS | linux | ✓ | ✗ | @@ -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 | ✓ | ✓ | -[zellij](https://zellij.dev/) 0.37.2 | ✓ | [✗](https://github.com/zellij-org/zellij/issues/2647) | +[zellij](https://zellij.dev/) 0.37.2 | ✓ | ✗ | Paste not supported: https://github.com/zellij-org/zellij/issues/2647 [tmux](https://github.com/tmux/tmux) 3.3 | ✓ | ✓ | [`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 |
