Skip to content

Instantly share code, notes, and snippets.

View spap's full-sized avatar

Szabolcs Pap spap

View GitHub Profile
#!/usr/bin/env ruby
#
# A quick script to dump an overview of all the open issues in all my github projects
#
require 'octokit'
require 'awesome_print'
require 'rainbow'