A better way of running commands - get stdout and stderr together, in order with timestamps, while easily running code as the command runs line-by-line.
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
better-commands
A better way of running commands.
better-commands
allows you to run commands with both stdout
and stderr
properly, with command duration and timestamps for each line built-in.
TODO
- Improve docs
- Add
Fn
/FnOnce
/whatever for what code to run in thestdout
/stderr
loops, similar to.map()
- Add tests