tileview
Run tiled commands in a single terminal

Installation
If rust is not already installed, install rust.
Then run:
Usage
Split your terminal in two rows, the first containing three columns, and the second containing one column:

Split your terminal in two columns, the first containing three rows, and the second containing one row:

Colors
Most well written programs will disable colors when running from tileview, in order to force them to use colors, you
can use the unbuffer command from the expect package.
Shortcuts
k: kills the current tileK: kills all tilesr: restarts the current tileR: restarts all tilesl: draw a line on the current tileL: draw a line on all tilesq: quits
History
This is my attempt to rewrite arjunmehta's multiview in rust.
Their version has many features that I don't use, but is missing a few things that I need:
- line wrapping: when a line is bigger than the terminal size, the end is just not displayed
- scroll: if your output has more lines than your terminal height, there is no way (to my knowledge) to scroll up