Update README.md

This commit is contained in:
tforgione 2023-11-06 11:36:34 +01:00
parent dc950ad0d4
commit b9c31c2251
1 changed files with 64 additions and 59 deletions

View File

@ -2,6 +2,7 @@
*Run many commands and watch all outputs in a single terminal* *Run many commands and watch all outputs in a single terminal*
![multiview preview](/screenshots/row-major.png)
## Installation ## Installation
@ -20,11 +21,15 @@ Split your terminal in two rows, the first containing three columns, and the sec
multiview cmd1 :: cmd2 :: cmd3 // cmd4 :: cmd5 multiview cmd1 :: cmd2 :: cmd3 // cmd4 :: cmd5
``` ```
![multiview row major preview](/screenshots/row-major.png)
Split your terminal in two columns, the first containing three rows, and the second containing one row: Split your terminal in two columns, the first containing three rows, and the second containing one row:
```sh ```sh
multiview cmd1 // cmd2 // cmd3 :: cmd4 // cmd5 multiview cmd1 // cmd2 // cmd3 :: cmd4 // cmd5
``` ```
![multiview col major preview](/screenshots/col-major.png)
## Colors ## Colors
Most well written programs will disable colors when running from multiview, in order to force them to use colors, you Most well written programs will disable colors when running from multiview, in order to force them to use colors, you