mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-09 16:46:30 +00:00
Update cheatsheets
This commit is contained in:
21
linux/pw-cli
Normal file
21
linux/pw-cli
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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`
|
||||
Reference in New Issue
Block a user