Skip to content

omarakamal/git-find-remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-find-remote

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.

Installation

npm install -g git-find-remote

Or if you dont want to install you can use:

npx git-find-remote your-github-repo-name

Usage

You can search for your repos in 3 ways.

  1. Using just the repository name:
git-find-remote your-github-repo-name
  1. Including the username for the repository
git-find-remote your-username/your-github-repo-name
  1. Full Github url
git-find-remote https://github.com/your-username/your-github-repo-name

Features

  • Recursive directory search
  • Supports HTTPS Git URLs
  • Supports SSH Git URLs
  • Search by repository name
  • Ignores node_modules and build folders

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors