gleich / fgh

📁 Automate the lifecycle and organization of your cloned GitHub repositories
MIT License
142 stars 17 forks source link

Feature request: removing owner in `fgh ls` #25

Closed cjdenio closed 3 years ago

cjdenio commented 3 years ago

Description

When getting a repo's path with fgh ls, you're required to pass in the owner's username if you don't own the repo (e.g. Matt-Gleich/fgh). It would be helpful if fgh could, after determining that the user doesn't own the provided repo name, check for other cloned repos of the same name.

TL;DR: I wish fgh ls blah could find a locally cloned repo called blah/blah, even if my username isn't blah.

gleich commented 3 years ago

Good idea!