pipewire/man
Peter Hutterer 671410b3bf pw-mon: add support for colored output
Same CLI as pw-dump, i.e. -N, --no-colors, --color=always etc are
supported.

This uses a for-loop macro hack to automatically print prefixes and
suffixes, the with_prefix() macro resolves into the correct printf
statements to insert either just the marker "*" or the ansi sequences
for color/reset. Use of the macro is simply:
```
   with_prefix(true, stderr) {
	fprintf(stderr, "this will be prefixed\n");
   }
```
2021-11-11 08:21:58 +00:00
..
meson.build man: add a man page for pipewire-pulse 2021-11-11 08:19:51 +00:00
pipewire-pulse.1.rst.in man: add a man page for pipewire-pulse 2021-11-11 08:19:51 +00:00
pipewire.1.rst.in daemon: allow for a -v, -vv, -vvv argument to increase verbosity 2021-09-24 10:49:42 +00:00
pipewire.conf.5.rst.in man: move from xmltoman to rst2man 2021-09-03 11:41:45 +00:00
pw-cat.1.rst.in man: move from xmltoman to rst2man 2021-09-03 11:41:45 +00:00
pw-cli.1.rst.in pw-cli: add a 'quit' command to exit 2021-09-28 07:19:13 +00:00
pw-dot.1.rst.in man: move from xmltoman to rst2man 2021-09-03 11:41:45 +00:00
pw-jack.1.rst.in man: move from xmltoman to rst2man 2021-09-03 11:41:45 +00:00
pw-metadata.1.rst.in man: move from xmltoman to rst2man 2021-09-03 11:41:45 +00:00
pw-mididump.1.rst.in man: move from xmltoman to rst2man 2021-09-03 11:41:45 +00:00
pw-mon.1.rst.in pw-mon: add support for colored output 2021-11-11 08:21:58 +00:00
pw-profiler.1.rst.in man: move from xmltoman to rst2man 2021-09-03 11:41:45 +00:00