Skip to content

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

License

Notifications You must be signed in to change notification settings

amazingandyyy/gofuzzyclone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0b6d297 Β· May 24, 2023

History

37 Commits
Apr 19, 2022
Apr 19, 2022
Apr 23, 2022
Apr 23, 2022
Apr 23, 2022
Apr 23, 2022
Apr 19, 2022
Apr 24, 2022
Apr 19, 2022
Apr 24, 2022
Apr 19, 2022
Apr 19, 2022
Apr 19, 2022
Apr 19, 2022
Apr 19, 2022
May 24, 2023
Apr 23, 2022
Apr 19, 2022

Repository files navigation

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