mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 17:15:32 +02:00

* pipewire: add page * pw-profiler: add page * pw-profiler: fix ponctuation * pipewire: add angle brackets to information link * pw-profiler: fix filename * pw-profiler: use space instead of equal * pw-dump: add page * pw-dump: remove trailing space * pw-pipewire, pw-dump: add pt_BR translations * pw-dump: refine wording of first command's description * pipewire: add missing curly bracket Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pipewire: replace starts with start Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pw-dump: refine wording Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pw-profiler: add missing backticks Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pipewire: fix typo Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * pipewire: translate placeholder Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * pipewire: use "the" instead of "a" Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * pipewire: use "o" instead of "um" in pt_BR * pipewire: add missing curly bracket in pt_BR * pipewire: translate "or" in pt_BR * pipewire: remove "=" in arguments --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
25 lines
688 B
Markdown
25 lines
688 B
Markdown
# pw-dump
|
|
|
|
> Exibe o estado atual do PipeWire como JSON, incluindo as informações sobre nós, dispositivos, módulos, portas e outros objetos.
|
|
> Veja também: `pw-mon`.
|
|
> Mais informações: <https://docs.pipewire.org/page_man_pw-dump_1.html>.
|
|
|
|
- Exibe uma representação em JSON do estado atual da instância padrão do PipeWire:
|
|
|
|
`pw-dump`
|
|
|
|
- Exibe o estado atual monitorando mudanças, exibindo-as novamente:
|
|
|
|
`pw-dump --monitor`
|
|
|
|
- Salva o estado atual de uma instância remota para um arquivo:
|
|
|
|
`pw-dump --remote {{nome_do_remoto}} > {{caminho/para/arquivo.json}}`
|
|
|
|
- Define uma configuração de [C]or:
|
|
|
|
`pw-dump --color {{never|always|auto}}`
|
|
|
|
- Exibir ajuda:
|
|
|
|
`pw-dump --help`
|