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-11 19:16:35 -06:00
src misc improvements 2025-01-11 18:06:29 -06:00
.gitignore initial commit 2024-12-30 14:51:22 -06:00
Cargo.lock bump 2025-01-11 15:35:16 -06:00
Cargo.toml add readme to cargo.toml 2025-01-11 15:37:25 -06:00
README.md fix readme 2025-01-11 19:16:35 -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_funcs()