summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortheimpostor <sahirhoda@gmail.com>2024-08-22 06:28:40 -0500
committertheimpostor <sahirhoda@gmail.com>2024-08-22 06:36:23 -0500
commit0ba64128069aadb1b309c7cfa947c0bb0b97c9ff (patch)
tree994fa760158382ecfa10e7c45d7ae42df2b14692 /README.md
parentf749fe3757c87c667d8dc6b0040e17aea53612d5 (diff)
docs: Update README with latest links and info
- Update documentation to reflect changes in iTerm2 paste support and external tool versions - Enhance consistency within document headings - Refresh external links to relevant tools and implementations
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 66815a6..d90108f 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ Terminal | Terminal OS | Shell OS | Copy | Paste | Notes
[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 | linux | &check; | &cross; |
-[iterm2](https://iterm2.com/) | macOS | linux | &check; | &check; | Paste requires version 3.5.0 (currently beta). Prompts for access.
+[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 (currently beta). Prompts for access.
[hterm](https://chrome.google.com/webstore/detail/secure-shell/iodihamcpbpeioajjeobimgagajmlibd) | ChromeOS | linux | &check; | &cross; |
@@ -110,5 +110,5 @@ N.B. Neovim 0.10 introduced native support for OSC52, so this may not be needed.
## Credits
- [ojroques/vim-ocsyank](https://github.com/ojroques/vim-oscyank) - inspiration and introduction to OSC52
-- [rumpelsepp/oscclip](https://github.com/rumpelsepp/oscclip) - working python implementation
+- [rumpelsepp/oscclip](https://github.com/rumpelsepp/oscclip/tree/v0.4.1) - working python implementation
- [gdamore/tcell](https://github.com/gdamore/tcell) - terminal handling