Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-08 00:14:59 +00:00
parent a812b3c467
commit f8bee5305f
111 changed files with 540 additions and 310 deletions

View File

@@ -10,7 +10,7 @@ source: https://github.com/tldr-pages/tldr.git
- List all audio output and input ports with their IDs:
`pw-link --output --input --ids`
`pw-link {{[-oiI|--output --input --ids]}}`
- Create a link between an output and an input port:
@@ -18,12 +18,12 @@ source: https://github.com/tldr-pages/tldr.git
- Disconnect two ports:
`pw-link --disconnect {{output_port_name}} {{input_port_name}}`
`pw-link {{[-d|--disconnect]}} {{output_port_name}} {{input_port_name}}`
- List all links with their IDs:
`pw-link --links --ids`
`pw-link {{[-lI|--links --ids]}}`
- Display help:
`pw-link -h`
`pw-link {{[-h|--help]}}`