mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-10 17:47:00 +00:00
Update cheatsheets
This commit is contained in:
@@ -8,14 +8,22 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> 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:
|
||||
- Print information of all object of a specific type:
|
||||
|
||||
`pw-cli list-objects Node`
|
||||
`pw-cli {{[ls|list-objects]}} {{Node|Link|Port|Client|Device|Metadata|Factory|Module|Profiler|SecurityContext|Core}}`
|
||||
|
||||
- Print information about an object with a specific ID:
|
||||
|
||||
`pw-cli info {{4}}`
|
||||
`pw-cli {{[i|info]}} {{4}}`
|
||||
|
||||
- Print all objects' information:
|
||||
|
||||
`pw-cli info all`
|
||||
`pw-cli {{[i|info]}} all`
|
||||
|
||||
- Monitor for object changes:
|
||||
|
||||
`pw-cli {{[-m|--monitor]}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`pw-cli {{[h|help]}}`
|
||||
|
||||
Reference in New Issue
Block a user