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: 3 months 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 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-07T00:17:07.000Z (over 10 years ago)
- Last Synced: 2025-08-12T12:48:13.027Z (10 months ago)
- Language: Go
- Size: 1.96 MB
- Stars: 15
- 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
git@github.com:TomNomNom/All-About-SPL.git
git@github.com:TomNomNom/api.tomnomnom.com.git
git@github.com:TomNomNom/ASCIIPoint.git
git@github.com:TomNomNom/branchdemo.git
...