mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2026-04-18 06:53:38 +00:00
add 0.13.0 to CHANGELOG
add projector section to README
This commit is contained in:
22
README.md
22
README.md
@@ -534,6 +534,28 @@ obsws-cli filter toggle "Mic/Aux" "Gain"
|
||||
obsws-cli filter status "Mic/Aux" "Gain"
|
||||
```
|
||||
|
||||
#### Projector
|
||||
|
||||
- list-monitors: List available monitors.
|
||||
|
||||
```console
|
||||
obsws-cli projector list-monitors
|
||||
```
|
||||
|
||||
- open: Open a fullscreen projector for a source on a specific monitor.
|
||||
- flags:
|
||||
|
||||
*optional*
|
||||
- --monitor-index: Index of the monitor to open the projector on.
|
||||
- defaults to 0
|
||||
|
||||
- args: <source_name>
|
||||
|
||||
```console
|
||||
obsws-cli projector open --monitor-index=1 "Scene"
|
||||
```
|
||||
|
||||
|
||||
## License
|
||||
|
||||
`obsws-cli` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
|
||||
|
||||
Reference in New Issue
Block a user