mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
481 B
Plaintext
22 lines
481 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pw-cli
|
|
|
|
> Manage a PipeWire instance's modules, objects, nodes, devices, links and much more.
|
|
> More information: <https://docs.pipewire.org/page_man_pw-cli_1.html>.
|
|
|
|
- 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`
|