better-commands-rs/README.md
2024-12-30 19:13:33 -06:00

11 lines
341 B
Markdown

# 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 the `stdout`/`stderr` loops, similar to `.map()`
- Add tests