Crates.io | tileview |
lib.rs | tileview |
version | 0.1.2 |
source | src |
created_at | 2023-11-06 22:15:47.119189 |
updated_at | 2023-11-15 08:22:20.142453 |
description | run tiled commands in a single terminal |
homepage | |
repository | https://github.com/tforgione/tileview |
max_upload_size | |
id | 1027291 |
size | 130,816 |
Run tiled commands in a single terminal
If rust is not already installed, install rust.
Then run:
cargo install tileview
Split your terminal in two rows, the first containing three columns, and the second containing one column:
tileview cmd1 :: cmd2 :: cmd3 // cmd4 :: cmd5
Split your terminal in two columns, the first containing three rows, and the second containing one row:
tileview cmd1 // cmd2 // cmd3 :: cmd4 // cmd5
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.
tileview unbuffer cmd1 :: unbuffer cmd2
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
: quitsThis 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: