📁 FEach

This tool can foreach dirs and run command.
------ Build: `cargo build --release` Usage: ```shell feach> .\target\release\feach.exe -h Usage: feach.exe [OPTIONS] --cmd Options: -d, --dir [default: ./] -c, --cmd -l, --layers [default: 1] -a, --async -h, --help Print help -V, --version Print version ``` E.g: `feach -c "git pull"` `feach -c "cmd /c tree"`