Crates.io | feach |
lib.rs | feach |
version | 0.1.1 |
source | src |
created_at | 2024-04-07 13:50:40.021535 |
updated_at | 2024-04-07 13:50:40.021535 |
description | This tool can foreach dirs and run command. |
homepage | |
repository | |
max_upload_size | |
id | 1199156 |
size | 21,468 |
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"