As I'm iterating quite often across all repositories for specific GitHub organizations I have created this small utility that currently just prints out all available repositories for specific users or organizations. Maybe I will add more features if I need it, this tool is more for personal use, but of course you can use it if you like it.
You can download prebuilt binaries from our GitHub releases, or you can use our Docker images published on Docker Hub or Quay. If you need further guidance how to install this take a look at our documentation.
Make sure you have a working Go environment, for further reference or a guide take a look at the install instructions. This project requires Go >= v1.17, at least that's the version we are using.
git clone https://github.com/webhippie/mygithub.git
cd mygithub
make generate build
./bin/mygithub -h
If you find a security issue please contact [email protected] first.
Fork -> Patch -> Push -> Pull Request
Apache-2.0
Copyright (c) 2018 Thomas Boerger <[email protected]>