pipewire/src/tools
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
..
dsffile.c Remove unused function. 2021-10-22 19:05:43 +03:00
dsffile.h dsdplay: make separate dsffile 2021-09-21 10:50:45 +02:00
meson.build tools: update pw-reserve so don't need to include the c file 2021-10-18 20:44:11 +10:00
midifile.c tools: add beginnings of DSD player 2021-09-21 10:50:44 +02:00
midifile.h midifile: make it possible to specify output file 2020-04-14 20:12:23 +02:00
pw-cat.c pw-cat: use default metadata for default source/sink 2021-10-20 11:40:33 +02:00
pw-cli.c destroy proxies when global is removed 2021-11-08 12:55:41 +01:00
pw-dot.c pipewire: allow NULL pointers in pw_properties_free() 2021-06-02 10:56:46 +00:00
pw-dump.c tools/pw-dump: add support for --color-always 2021-08-31 08:42:15 +00:00
pw-link.c treewide: replace strcmp() == 0 with spa_streq() 2021-05-18 22:10:27 +10:00
pw-loopback.c pipewire: allow NULL pointers in pw_properties_free() 2021-06-02 10:56:46 +00:00
pw-metadata.c includes: update all references to extensions to point to pipewire/extensions 2021-06-18 17:54:18 +03:00
pw-mididump.c don't crash with missing libraries 2021-02-23 17:48:57 +01:00
pw-mon.c pw-mon: add support for colored output 2021-11-11 08:21:58 +00:00
pw-profiler.c includes: update all references to extensions to point to pipewire/extensions 2021-06-18 17:54:18 +03:00
pw-reserve.c tools: update pw-reserve so don't need to include the c file 2021-10-18 20:44:11 +10:00
pw-top.c includes: update all references to extensions to point to pipewire/extensions 2021-06-18 17:54:18 +03:00
reserve.c tools: update pw-reserve so don't need to include the c file 2021-10-18 20:44:11 +10:00
reserve.h Remove media-session from this tree 2021-10-18 20:44:07 +10:00