Skip to content

Instantly share code, notes, and snippets.

View neldridge's full-sized avatar

Nick Eldridge neldridge

  • Chapel Hill, NC
View GitHub Profile
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkluVWEEfm3JGc6hrRwp4IvXIuKrFRYSZYqv74omL1n5iwB36xsX0UlEIBD9DXeJW1hqYz8jHfBDhXg6hIQ5NCieJie43Q8Ogu/fB39R8xJPAi3qqgIcUndHLPRvWptWkBL8VCqfhXWBA14G3pFpkLTmZ8nVA0wRG6NCKrS9gU/Y7P6TybvCQANFqoHLkdq+U2Sz0AKmN4MggY2y1Yu2p0OgTaHQfLldX6wH66dNIOtoSKvCsrtDbKQmBEOUNEnSqZDG0OLrEIK+aMtCzDx0y1fspt9hMe16Y/+5wTJElCqxdGseZMhWQ+EC/oQAJ1gnaWibk73zEnQP51hHx2QOGp neldridge
count | message
-------+----------------------------------------------------------------------------------------------------------------------------------------------------------------
457 | Join my curse voice community! Use the link below and synchronize your twitch to chat, play with others and ask venruki questions http://www.curse.com/venruki
438 | LUL
265 | lol
226 | LOL
176 | PogChamp
128 | Kappa
85 | HYPERLUL
82 | WutFace
count | message
--------+------------
397082 | LUL
138763 | PogChamp
86152 | WutFace
81262 | Kappa
77497 | LOL
73626 | TriHard
57810 | haHAA
48843 | lol
@neldridge
neldridge / ci_tag.zsh
Last active December 13, 2016 16:44 — forked from ben-p-commits/ci_tag.zsh
bash function for tagging commits with tags corresponding to their short hash and ci target.
#color utilities
Y="\033[1;33m"
R="\033[0;31m"
G="\033[0;32m"
B="\033[0;34m"
NC="\033[0m"
# handy functions
usage() { echo -e "Usage: ci_tag [-t <tf1|tf2|release>] [-m <release note>]" 1>&2;}