From e3e40c45a5f3b99d07d2e722fd5eec4a95488c9b Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Thu, 31 Oct 2024 23:15:18 +0800 Subject: [PATCH 1/2] sixel is supported on windows terminal --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2c528c..ebcdde8 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ following is an incomplete list of terminals that support sixel. - macOS: [iTerm2], [contour], [mlterm] and [wezterm] - Linux: [mlterm], [contour], [xterm], [konsole] and [wezterm] -- Windows: [contour], [mintty], [msys2], [mlterm] and [wezterm] +- Windows: [windows terminal], [contour], [mintty], [msys2], [mlterm] and [wezterm] > Above these I only manually test [iTerm2], [mlterm] and [wezterm]. @@ -46,7 +46,6 @@ sixel (yet): - [tmux does not support sixel](https://github.com/tmux/tmux/issues/1613#issuecomment-559940608). - [kitty] does not support sixel; it has its own image protocol. -- [Windows terminal does not support sixel](https://github.com/microsoft/terminal/issues/448) For more information, you can also read the [Terminal requirements](https://github.com/libsixel/libsixel#terminal-requirements) section in the [libsixel] repo. @@ -55,6 +54,7 @@ your terminal actually supports sixel and it returns `false`, please open an iss +[windows_terminal]: https://github.com/microsoft/terminal [contour]: https://github.com/christianparpart/contour [iTerm2]: https://iterm2.com/ [kitty]: https://sw.kovidgoyal.net/kitty/ From 4460b3fe4e364ae515eac36e5b8c40930c78d412 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Thu, 31 Oct 2024 23:17:21 +0800 Subject: [PATCH 2/2] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebcdde8..cf1b9c0 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ following is an incomplete list of terminals that support sixel. - macOS: [iTerm2], [contour], [mlterm] and [wezterm] - Linux: [mlterm], [contour], [xterm], [konsole] and [wezterm] -- Windows: [windows terminal], [contour], [mintty], [msys2], [mlterm] and [wezterm] +- Windows: [windows_terminal], [contour], [mintty], [msys2], [mlterm] and [wezterm] > Above these I only manually test [iTerm2], [mlterm] and [wezterm].