I have a few repositories on my Github account and I am trying to pipe a list of names of all these repos (private and public) to some scripts for automating a few tasks.
What I did-
- Read a lot of QnA on this, but most answers revolve around
git remote
or similar commands that I found are irrelevant to the problem. I still checked out its examples to be sure about this. Few others answered how to list locally stored repos but that would mean cloning each of them. I believe these two don't make this a duplicate question. - Browsed the git documentation, but nothing seemed to allow this operation
- Thought about cloning the entire account (somewhere around 7gb..) Please dont make me do this
Any ideas?