mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 23:56:00 +00:00
Update cheatsheets
This commit is contained in:
@@ -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]}}`
|
||||
|
||||
Reference in New Issue
Block a user