From 6b0a0387382f0d1bf61e2adbeca2276dd71b9836 Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier Date: Sun, 10 Nov 2024 22:25:18 +0100 Subject: [PATCH] docs: add terminal emulators compatibility status --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5f87e62..7ebb369 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,16 @@ tv text | xargs -oI {} sh -c 'vim "$(echo {} | cut -d ":" -f 1)" +$(echo {} | cu ls -1a | tv ``` +## Terminal Emulators Compatibility +Here is a list of terminal emulators that have currently been tested with `television` and their compatibility status. + +| Terminal Emulator | Compatibility | +| --- | --- | +| Alacritty | ✅ | +| Kitty | ✅ | +| iTerm2 | ✅ | +| Wezterm | ✅ | +| macOS Terminal | functional but coloring issues | ## Customization