Skip to content

broodplank/RepoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

RepoList

Function:

This shell script allows you to fetch ALL repositories from a github user / organization. The advantage of this script is that it does not need the Github API and thus has no rate limit. It will fetch raw html pages and grep the repositories out of it.

Installation (with this readme):

Usage: Repolist only requires 1 parameter which is the Github username/organization

  • repolist [github username]

example:

  • repolist broodplank

Afer the fetching is done, the repositories will be listed in the 'links' file in your current directory.

Afterwards the script will ask you if it should generate a auto clone script. If you choose yes it will generate 'autoclone.sh' in the current directory

About

Small shell script which fetches all github repositories from a user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages