Skip to content

Version 0.2.0 - 2024-06-05

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jun 07:56
· 37 commits to main since this release
v0.2.0
d2fa0e9

Release Notes

  • Implemented parallel processing of repositories.
  • Introduced --hidden flag to include hidden directories in the repository search.
  • Introduced --no-ignore flag to bypass .gitignore files when searching for repositories.

Install git-foreach 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/marcfrederick/git-foreach/releases/download/v0.2.0/git-foreach-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/marcfrederick/git-foreach/releases/download/v0.2.0/git-foreach-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install marcfrederick/tap/git-foreach

Download git-foreach 0.2.0

File Platform Checksum
git-foreach-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-foreach-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-foreach-x86_64-pc-windows-msvc.zip x64 Windows checksum
git-foreach-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
git-foreach-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum