tcvt
multicolumn virtual terminal
Install
- All systems
-
curl cmd.cat/tcvt.sh
- Debian
-
apt-get install tcvt
- Ubuntu
-
apt-get install tcvt
- Kali Linux
-
apt-get install tcvt
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install tcvt
- Raspbian
-
apt-get install tcvt
- Dockerfile
- dockerfile.run/tcvt
tcvt
multicolumn virtual terminal
Your screen is getting wider. Keeping track of long lines gets harder. Space on the right hand side of the screen is completely blank due to short lines. Are you struggling with these? Then tcvt is for you. The two column virtual terminal, short tcvt, can be used to vertically split a single terminal in two (or more) columns. This is similar to a two column layout in printing, just for regular terminals. Note that this is not about placing two terminals next to each other. This task is already solved by tiling window managers, screen, tmux and splitvt. What tcvt does is create a single very tall terminal with two columns. Please note that the current version does not support UTF-8 yet. Experimental patches are available in the utf8 branch of the upstream repository.