We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209972f commit 950482bCopy full SHA for 950482b
README.md
@@ -83,6 +83,32 @@ To list all items in a scene:
83
obs-cli item list --scene "Scene2"
84
```
85
86
+### 📂 Group Management
87
+
88
+You can manage scene item groups using the `group` command:
89
90
+```shell
91
+obs-cli group --help
92
+```
93
94
+For example, to hide an group named "group1" in a scene named "Scene2":
95
96
97
+obs-cli group hide --scene "Scene2" "group1"
98
99
100
+And to show it:
101
102
103
+obs-cli group show --scene "Scene2" "group1"
104
105
106
+To list all groups in a scene:
107
108
109
+obs-cli group list --scene "Scene2"
110
111
112
### 🎤 Input Management
113
114
You can manage inputs using the `input` command:
0 commit comments