https://github.com/tomnomnom/getgithubrepos
A tool to list the SSH clone URLs for all GitHub repos for a given user
https://github.com/tomnomnom/getgithubrepos
Last synced: 27 days ago
JSON representation
A tool to list the SSH clone URLs for all GitHub repos for a given user
- Host: GitHub
- URL: https://github.com/tomnomnom/getgithubrepos
- Owner: tomnomnom
- License: mit
- Created: 2015-12-10T16:31:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-07T00:17:07.000Z (about 9 years ago)
- Last Synced: 2025-03-25T01:06:23.352Z (about 1 month ago)
- Language: Go
- Size: 1.96 MB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
- License: LICENSE
Awesome Lists containing this project
README
# getgithubrepos
A tool to list the SSH clone URLs for the given GitHub user.
It doesn't use auth so beware of [rate limits](https://developer.github.com/v3/#rate-limiting).
## Install
▶ go get github.com/tomnomnom/getgithubrepos
## Usage
▶ getgithubrepos tomnomnom
[email protected]:TomNomNom/All-About-SPL.git
[email protected]:TomNomNom/api.tomnomnom.com.git
[email protected]:TomNomNom/ASCIIPoint.git
[email protected]:TomNomNom/branchdemo.git
...