Skip to content

Commit

Permalink
split Terminal compatibility list by Platform in README
Browse files Browse the repository at this point in the history
https://github.com/railsware/upterm is removed, because deprecated (unmaintained).
  • Loading branch information
vorburger authored and tonsky committed Dec 6, 2020
1 parent 0766648 commit 1ef9f3a
Showing 1 changed file with 38 additions and 13 deletions.
51 changes: 38 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,23 +122,48 @@ Unicode coverage makes Fira Code a great choice for mathematical writing.

### Terminal compatibility list

#### Cross Platform (incl. Web)

| Works | Doesn’t work |
|--------------------|--------------------|
| **[Butterfly](https://github.com/paradoxxxzero/butterfly)** | **[Alacritty](https://github.com/alacritty/alacritty)** |
| **[Hyper.app](https://hyper.is)** | |
| **[Kitty](https://sw.kovidgoyal.net/kitty/)** | |

#### Linux only

| Works | Doesn’t work |
|--------------------|--------------------|
| **Butterfly** | **Alacritty** |
| **crosh** (ChromeOS, [instructions](https://github.com/tonsky/FiraCode/wiki/ChromeOS-Terminal)) | **Windows Console (conhost.exe)** |
| **Hyper.app** | **Cmder** |
| **iTerm 2** ([3.1+](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)) | **ConEmu** |
| **Kitty** | **GNOME Terminal** |
| **Konsole** | **mate-terminal** |
| **mintty** (partial support [2.8.3+](https://github.com/mintty/mintty/issues/601))| **PuTTY** |
| **QTerminal** | **rxvt** |
| **Terminal.app** | **xterm** |
| **Termux** | **ZOC** (Windows) |
| **Token2Shell/MD** | **gtkterm, guake, LXTerminal, sakura, Terminator, xfce4-terminal,** and other libvte-based terminals ([bug report](https://bugzilla.gnome.org/show_bug.cgi?id=584160)) |
| **upterm** |
| **Windows Terminal** |
| **ZOC** (macOS) |
| **st** ([patch](https://st.suckless.org/patches/ligatures/)) |
| **Termux** | **GNOME Terminal** |
| | **gtkterm, guake, LXTerminal, sakura, Terminator, xfce4-terminal,** and other libvte-based terminals ([bug report](https://bugzilla.gnome.org/show_bug.cgi?id=584160)) |
| **st** ([patch](https://st.suckless.org/patches/ligatures/)) | **xterm** |

#### Mac only

| Works | Doesn’t work |
|--------------------|--------------------|
| **iTerm 2** ([3.1+](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)) | |
| **Terminal.app** | |
| **ZOC** (macOS) | |

#### Windows only

| Works | Doesn’t work |
|--------------------|--------------------|
| **Windows Terminal** | **Windows Console (conhost.exe)** |
| **mintty** (partial support [2.8.3+](https://github.com/mintty/mintty/issues/601))| **PuTTY** |
| **[Token2Shell/MD](https://token2shell.com)** | **Cmder** |
| | **ConEmu** |
| | **ZOC** (Windows) |

#### ChromeOS only

| Works | Doesn’t work |
|--------------------|--------------------|
| **crosh** (ChromeOS, [instructions](https://github.com/tonsky/FiraCode/wiki/ChromeOS-Terminal)) | |


### Browser support

Expand Down

0 comments on commit 1ef9f3a

Please sign in to comment.