pw-jack: add page (#18595)

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
Ivan
2025-10-13 01:45:42 +07:00
committed by GitHub
parent 3d9467967d
commit 360dddf392
+20
View File
@@ -0,0 +1,20 @@
# pw-jack
> Run a JACK application with PipeWire.
> More information: <https://docs.pipewire.org/page_man_pw-jack_1.html>.
- Run a command with its arguments, using PipeWire:
`pw-jack {{command}} {{argument1 argument2 ...}}`
- Run a command in verbose mode:
`pw-jack -v {{command}}`
- Connect to a specific remote PipeWire instance:
`pw-jack -r {{remote_instance_name}} {{command}}`
- Display help:
`pw-jack -h`