A CLI tool that recursively searches directories and finds Git repositories by remote URL or repository name. Have you ever worked on a project and forgot with you had been working on it on your computer? This is the package for you. It will locate the package on your computer.
npm install -g git-find-remoteOr if you dont want to install you can use:
npx git-find-remote your-github-repo-nameYou can search for your repos in 3 ways.
- Using just the repository name:
git-find-remote your-github-repo-name- Including the username for the repository
git-find-remote your-username/your-github-repo-name- Full Github url
git-find-remote https://github.com/your-username/your-github-repo-name- Recursive directory search
- Supports HTTPS Git URLs
- Supports SSH Git URLs
- Search by repository name
- Ignores node_modules and build folders