feach

Crates.iofeach
lib.rsfeach
version0.1.1
sourcesrc
created_at2024-04-07 13:50:40.021535
updated_at2024-04-07 13:50:40.021535
descriptionThis tool can foreach dirs and run command.
homepage
repository
max_upload_size
id1199156
size21,468
钟小白Core (Core2002)

documentation

README

📁 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"

Commit count: 0

cargo fmt