An open API service indexing awesome lists of open source software.

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.

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