mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2025-07-15 17:31:46 +00:00
add Text section to README
This commit is contained in:
parent
cda0bbedb9
commit
ec3e31cc4f
16
README.md
16
README.md
@ -335,6 +335,22 @@ obsws-cli input unmute "Mic/Aux"
|
|||||||
obsws-cli input toggle "Mic/Aux"
|
obsws-cli input toggle "Mic/Aux"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Text
|
||||||
|
|
||||||
|
- current: Get the current text for a text input.
|
||||||
|
- args: <input_name>
|
||||||
|
|
||||||
|
```console
|
||||||
|
obsws-cli text current "My Text Input"
|
||||||
|
```
|
||||||
|
|
||||||
|
- update: Update the text of a text input.
|
||||||
|
- args: <input_name> <new_text>
|
||||||
|
|
||||||
|
```console
|
||||||
|
obsws-cli text update "My Text Input" "hi OBS!"
|
||||||
|
```
|
||||||
|
|
||||||
#### Record
|
#### Record
|
||||||
|
|
||||||
- start: Start recording.
|
- start: Start recording.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user