This is a simple runner that captures stdout
and stderr
, displays it in a contained box, and saves the streams for later access.
Using Nix, run:
nix build
to build the executable./result/bin/runner
,- or
nix profile install
to install the commandrunner
in your profiile.
For hacking, run nix develop
and use the provided Rust toolchain to compile.
MIT