#cmd #directory #run #run-command #for-each #exe #build

app feach

This tool can foreach dirs and run command

1 unstable release

0.1.1 Apr 7, 2024

#6 in #exe

Download history 109/week @ 2024-04-05

109 downloads per month

MIT license

8KB
62 lines

📁 FEach

This tool can foreach dirs and run command.

Build:
cargo build --release

Usage:

feach> .\target\release\feach.exe -h
Usage: feach.exe [OPTIONS] --cmd <CMD>

Options:
  -d, --dir <DIR>        [default: ./]
  -c, --cmd <CMD>
  -l, --layers <LAYERS>  [default: 1]
  -a, --async
  -h, --help             Print help
  -V, --version          Print version

E.g:
feach -c "git pull"
feach -c "cmd /c tree"

Dependencies

~4–14MB
~146K SLoC