amazingandyyy / gofuzzyclone

πŸ”Ž Go fuzzy search repos with regex or wildcard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gofuzzyclone

Go fuzzy search repos with regex or wildcard and clone them

Never clone repos one by one

Installation

It's easy!

bash <(curl -sL https://raw.githubusercontent.com/amazingandyyy/gofuzzyclone/main/scripts/install.sh)

Preparation

Usage

# 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

Development

Initialization

git clone https://github.com/amazingandyyy/gofuzzyclone.git
cd gofuzzyclone
./scripts/setup

Trigger pre-commit hook manually

pre-commit run --all-files

banner

Contribution

  • Try out this tool
  • Star this repo
  • Share with your friend!
  • Create issue
  • Create PRs

Resources

LICENSE

MIT

About

πŸ”Ž Go fuzzy search repos with regex or wildcard

License:MIT License


Languages

Language:Go 82.7%Language:Shell 16.8%Language:Ruby 0.6%