From ec3e31cc4fd040f6817d471584bf6bc3285bea9e Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 14 Jul 2025 02:32:21 +0100 Subject: [PATCH] add Text section to README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 38a6981..3d04f66 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,22 @@ obsws-cli input unmute "Mic/Aux" obsws-cli input toggle "Mic/Aux" ``` +#### Text + +- current: Get the current text for a text input. + - args: + +```console +obsws-cli text current "My Text Input" +``` + +- update: Update the text of a text input. + - args: + +```console +obsws-cli text update "My Text Input" "hi OBS!" +``` + #### Record - start: Start recording.