From e4e0c03f0c7c8d9e9cb0b0d3a1f6757cf5964d0b Mon Sep 17 00:00:00 2001 From: Trevor Bernard Date: Sat, 19 Jul 2025 14:44:22 -0400 Subject: [PATCH] Add Ghostty to supported terminals list Add Ghostty terminal emulator to the list of terminals that support OSC 52 clipboard operations in the README documentation. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 154ebf6..b8e9da1 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ inserting the resulting string into the system clipboard. - [iTerm2](https://iterm2.com) (macOS) - [Alacritty](https://github.com/jwilm/alacritty) (macOS, Linux, BSD, Windows) - [kitty](https://sw.kovidgoyal.net/kitty/) (macOS, Linux) +- [Ghostty](https://ghostty.org) (macOS, Linux) - [mintty](https://mintty.github.io/) (Windows) - [hterm](https://hterm.org) (Javascript) - [st](https://st.suckless.org/) (Unix)