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.
Find a file
2024-12-30 20:05:26 -06:00
src fix copy-paste error 2024-12-30 20:05:26 -06:00
.gitignore initial commit 2024-12-30 14:51:22 -06:00
Cargo.lock initial commit 2024-12-30 14:51:22 -06:00
Cargo.toml update description 2024-12-30 19:44:22 -06:00
README.md update description 2024-12-30 19:44:22 -06:00

better-commands

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.

TODO

  • Improve docs
  • Add Fn/FnOnce/whatever for what code to run in the stdout/stderr loops, similar to .map()
  • Add tests