ttx 0.1.0
|
A modern terminal multiplexer.
The main goal of ttx to provide a good user experience when mixing local and remote terminal sessions, and support new terminal features in a timely manner (think kitty graphics/keyboard protocol). Instead of being a source of compatibility issues, I want ttx to just work when users try out new terminal features. And managing remote sessions should be simple and painless. Instead of having 1 terminal window and 1 tmux session per host, or nesting tmux sessions inside each other, ttx aims to unify remote hosts into a single terminal environment. I think this can be a huge improvement for developers who regularly need to develop on remote machines.
This project is currently in very early development, so there is a lot of the features listed here haven't yet been implemented. This list focuses only on higher level features, leaving out a lot of the lower level details.
chafa
) when not supported by the host terminalSee here.
We aim to match the Unicode processing specified by kitty. This includes correctly handling emoji sequences and grapheme clusters. When ttx
is run in a terminal which does not support this, text to fit into whatever the outer terminal thinks is a single cell. This matches the behavior of Neovim 0.11 when running in these terminals.
These issues can be avoided by using a terminal like kitty, ghostty, or wezterm. To check if your terminal supports grapheme clustering, run ttx --features
, and see if the BasicGraphemeClustering
feature is detected.
See here.
See here.