Skip to content

Commit

Permalink
Update the list of supported terminal emulators.
Browse files Browse the repository at this point in the history
Closes #134.
  • Loading branch information
alexrp committed Jan 1, 2024
1 parent 0d3c28a commit 0e40c8e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions RESOURCES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ These are helpful resources used in the development of the project:
* <https://bjh21.me.uk/all-escapes/all-escapes.txt>
* <https://codeberg.org/dnkl/foot/src/branch/master/doc/foot-ctlseqs.7.scd>
* <https://conemu.github.io/en/AnsiEscapeCodes.html>
* <https://contour-terminal.org/vt-extensions>
* <https://docs.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences>
* <https://en.wikipedia.org/wiki/ANSI_escape_code>
* <https://en.wikipedia.org/wiki/C0_and_C1_control_codes>
Expand Down
13 changes: 12 additions & 1 deletion doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,17 @@ suggest working replacements.

## Terminals

**Cathode** aims to have excellent support for the following terminal emulators:
**Cathode** aims to have excellent support for the following terminal emulators,
multiplexers, and libraries:

* [Alacritty](https://alacritty.org)
* [Black Box](https://gitlab.gnome.org/raggesilver/blackbox)
* [ConEmu](https://conemu.github.io)
* [Contour](https://contour-terminal.org)
* [foot](https://codeberg.org/dnkl/foot)
* [GNOME Terminal](https://help.gnome.org/users/gnome-terminal/stable)
* [Guake](http://guake.org)
* [hterm](https://hterm.org)
* [iTerm2](https://iterm2.com)
* [kitty](https://sw.kovidgoyal.net/kitty)
* [Konsole](https://konsole.kde.org)
Expand All @@ -32,9 +37,15 @@ suggest working replacements.
* [rxvt-unicode](http://software.schmorp.de/pkg/rxvt-unicode.html)
* [Terminal.app](https://support.apple.com/guide/terminal/welcome/mac)
* [Terminology](https://terminolo.gy)
* [Tilix](https://gnunn1.github.io/tilix-web)
* [tmux](https://github.com/tmux/tmux/wiki)
* [VTE](https://gitlab.gnome.org/GNOME/vte)
* [WezTerm](https://wezfurlong.org/wezterm)
* [Windows Terminal](https://aka.ms/terminal)
* [Xfce Terminal](https://docs.xfce.org/apps/terminal/start)
* [Xterm.js](https://xtermjs.org)
* [xterm](https://invisible-island.net/xterm)
* [Yakuake](https://apps.kde.org/yakuake)

Even if you are using a terminal emulator that is not listed here, chances are
that it will work just fine; these are just the ones that are tested regularly
Expand Down

0 comments on commit 0e40c8e

Please sign in to comment.