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-10 16:32:36 -06:00
src rename run_with_funcs -> run_funcs, add run_funcs_with_lines for similar functionality 2025-01-10 16:32:36 -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 readme 2025-01-01 21:33:37 -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 lines capability to run_with_funcs()