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
2025-01-01 21:05:47 -06:00
src add run_with_funcs() 2025-01-01 21:05:47 -06:00
.gitignore initial commit 2024-12-30 14:51:22 -06:00
Cargo.lock bump version 2024-12-31 11:05:22 -06:00
Cargo.toml make release compile with opt level 3 2025-01-01 20:54:10 -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