mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2025-06-27 14:00:30 +01:00
add Style section to README
This commit is contained in:
parent
3c985f5e9b
commit
2e5fb3800a
26
README.md
26
README.md
@ -613,12 +613,32 @@ obsws-cli projector open --monitor-index=1 "test_group"
|
|||||||
obsws-cli screenshot save --width=2560 --height=1440 "Scene" "C:\Users\me\Videos\screenshot.png"
|
obsws-cli screenshot save --width=2560 --height=1440 "Scene" "C:\Users\me\Videos\screenshot.png"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Disable Colouring
|
## Style
|
||||||
|
|
||||||
If you prefer colourless output you can set the environment variable `NO_COLOR`, see [NO_COLOR][no-colour].
|
By default styling is disabled but you may enable it with:
|
||||||
|
|
||||||
|
- --style/-s: Style used in output.
|
||||||
|
- OBS_STYLE
|
||||||
|
- --no-border/-b: Disable table border styling in output.
|
||||||
|
- OBS_STYLE_NO_BORDER
|
||||||
|
|
||||||
|
Available styles:
|
||||||
|
|
||||||
|
- red
|
||||||
|
- magenta
|
||||||
|
- purple
|
||||||
|
- blue
|
||||||
|
- cyan
|
||||||
|
- green
|
||||||
|
- yellow
|
||||||
|
- orange
|
||||||
|
- white
|
||||||
|
- grey
|
||||||
|
- navy
|
||||||
|
- black
|
||||||
|
|
||||||
```console
|
```console
|
||||||
NO_COLOR="1" obsws-cli scene list
|
obsws-cli --style=cyan --no-border scene list
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
Loading…
x
Reference in New Issue
Block a user