Skip to content

Instantly share code, notes, and snippets.

View samuelchassot's full-sized avatar

Samuel Chassot samuelchassot

View GitHub Profile
@RichardBronosky
RichardBronosky / list-all-repos.py
Last active August 4, 2021 16:25 — forked from ralphbean/list-all-repos.py
Script to list all repos for a github organization
#!/usr/bin/env python2.7
""" Print all of the (git/ssh or http) urls for all repos (public or
private+public with personal_token) in a GitHub account (user or organization).
Usage example::
[HTTP_URLS=1] python2.7 list-all-repos.py account_name [personal_token]
It requires the pygithub3 module, which you can install on macos (Mac OSX) like this::
# get pip if you don't have it
@samarpanda
samarpanda / gist:4293769
Created December 15, 2012 10:56
Git autocomplete for Mac By webdizz