Update README.md
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
*Run many commands and watch all outputs in a single terminal*
|
||||
|
||||

|
||||
|
||||
## 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
|
||||
```
|
||||
|
||||

|
||||
|
||||
Split your terminal in two columns, the first containing three rows, and the second containing one row:
|
||||
```sh
|
||||
multiview cmd1 // cmd2 // cmd3 :: cmd4 // cmd5
|
||||
```
|
||||
|
||||

|
||||
|
||||
## Colors
|
||||
|
||||
Most well written programs will disable colors when running from multiview, in order to force them to use colors, you
|
||||
|
||||
Reference in New Issue
Block a user