Never clone repos one by one
It's easy!
bash <(curl -sL https://raw.githubusercontent.com/amazingandyyy/gofuzzyclone/main/scripts/install.sh)
- Generate a Github personal access token
- [repo] scrope
- [no expiration]
# get instructions
gofuzzyclone -help
# regex mode
gofuzzyclone -owner amazingandyyy -search ".*-deployments$" -output ./code
# wildcard mode
gofuzzyclone -owner amazingandyyy -search "*-deployments" -mode wildcard -output ./projects
# interactive mode
gofuzzyclone
git clone https://github.com/amazingandyyy/gofuzzyclone.git
cd gofuzzyclone
./scripts/setup
pre-commit run --all-files
- Try out this tool
- Star this repo
- Share with your friend!
- Create issue
- Create PRs
- regex101
- wildcard