https://github.com/core2002/feach
This tool can foreach dirs and run command.
https://github.com/core2002/feach
rust tools
Last synced: about 1 year ago
JSON representation
This tool can foreach dirs and run command.
- Host: GitHub
- URL: https://github.com/core2002/feach
- Owner: Core2002
- License: mit
- Created: 2023-09-18T20:46:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T13:55:38.000Z (about 2 years ago)
- Last Synced: 2025-04-13T01:48:49.831Z (about 1 year ago)
- Topics: rust, tools
- Language: Rust
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
📁 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"`