From cc9924dd614b1b1625e019f76b8465e9b88880c3 Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier <47638216+alexpasmantier@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:30:59 +0100 Subject: [PATCH] docs(readme): update terminal emulators compatibility list (#6) * docs(readme): update terminal emulators compatibility list * add tested platforms --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e6c19e7..91c016f 100644 --- a/README.md +++ b/README.md @@ -140,13 +140,17 @@ 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 | +| Terminal Emulator | Tested Platforms | Compatibility | +| --- | :---: | :---: | +| Alacritty | macOS, Linux | ✅ | +| Kitty | macOS, Linux | ✅ | +| iTerm2 | macOS | ✅ | +| Wezterm | macOS | ✅ | +| macOS Terminal | macOS | functional but coloring issues | +| Konsole | Linux | ✅ | +| Terminator | Linux | ✅ | +| Xterm | Linux | ✅ | +| Cmder | Windows | ✖️ | ## Customization