summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortheimpostor <sahirhoda@gmail.com>2023-07-16 22:06:09 -0500
committertheimpostor <sahirhoda@gmail.com>2023-07-16 22:06:09 -0500
commit77aa13aa25a25b98668cee7ba6ab2cfdf93df0af (patch)
tree916553fde1925f4fc174ddf685f6a717c35eefd6 /README.md
parente000448a03e1fbe397f3477d6886affe943d42f0 (diff)
compatibility table
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index a86de7b..b315acd 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,17 @@ Options:
OSC52 is overall [widely supported](https://github.com/ojroques/vim-oscyank/blob/main/README.md#vim-oscyank), but clipboard read operation is less widely supported than write.
+Terminal | Terminal OS | Shell OS | Copy | Paste | Notes
+--- | --- | --- | --- | --- | ---
+[alacritty](https://github.com/alacritty/alacritty) 0.12.2 | macOS | linux | &check; | &check; |
+[alacritty](https://github.com/alacritty/alacritty) 0.12.2 | macOS | macOS | &check; | &check; |
+[alacritty](https://github.com/alacritty/alacritty) 0.12.0 | Windows | linux | &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
+[iterm2](https://iterm2.com/) | macOS | macOS | &check; | &check; | Paste requires version 3.5.0 (currently beta). Prompts for access.
+[iterm2](https://iterm2.com/) | macOS | macOS | &check; | &check; | Paste requires version 3.5.0 (currently beta). Prompts for access.
+[hterm](https://chrome.google.com/webstore/detail/secure-shell/iodihamcpbpeioajjeobimgagajmlibd) | ChromeOS | linux | &check; | &cross; |
+
#### Terminal Multiplexer support
`tmux` and `screen` have not been tested yet and probably do not work. Support is planned in the future.