Accept command to run as arg
Handle SIGINT/SIGTERM
Initial commit
Records logs in a ring buffer. The recorded data can be retrieved after-the-fact via a Unix socket. Useful when trying to obtain data about a heisenbug.
meson build/
ninja -C build/
blackbox -- <program>
<program>
can be used normally for extended periods of time. blackbox will
print instructions that can be used to grab logs when the bug is reproduced.
blackbox can also read from the standard input:
<program> 2>&1 | blackbox
AGPLv3, see LICENSE.
Copyright © 2021 Simon Ser