Skip to content

Instantly share code, notes, and snippets.

View IyadAssaf's full-sized avatar

Iyad Assaf IyadAssaf

View GitHub Profile
#!/bin/sh
git remote -v | awk '$1 = "origin" {print $2; exit}' | sed -e 's/.git//g' | xargs printf '%s/pull-requests/new' $1 | xargs open $1
#---------#
# Traffic #
#---------#
require 'coffee-script'
# debugging
trafficReport = 1
color = require("ansi-color").set