diff --git a/pages/linux/pw-cli.md b/pages/linux/pw-cli.md new file mode 100644 index 000000000..7435eca0f --- /dev/null +++ b/pages/linux/pw-cli.md @@ -0,0 +1,16 @@ +# pw-cli + +> The PipeWire Command Line Interface. +> More information: . + +- Print all nodes (sinks and sources) along with their IDs: + +`pw-cli list-objects Node` + +- Print information about an object with a specific ID: + +`pw-cli info {{4}}` + +- Print all objects' information: + +`pw-cli info all`