Skip to content

Instantly share code, notes, and snippets.

View guillermooo's full-sized avatar

Guillermo López-Anglada guillermooo

View GitHub Profile
@dlo
dlo / update_github_issues.sh
Last active December 12, 2015 10:39
Make the default GitHub issue labels a little nicer.
function getpassword() {
# Written for Mac OS X Keychain.
SERVICE=$1
ACCOUNT=$2
security find-internet-password -s $SERVICE -a $ACCOUNT -w | tr -d '\n'
}
function update_github_issues() {
read -p "Enter the repo owner: " OWNER
read -p "Enter the repo name: " REPO