System Grab Bag

View all TLDR pages from Linux (or from all pages)

pw-cli

The PipeWire Command Line Interface. 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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.