Come on, if you use the terminal on a daily basis you must have some genius alias commands that save time or just helpful.
here's a few of mine:
clear clipboard
alias fuck="killall pboard"
see my ip
alias ip='ifconfig | grep inet'
pretty git log
alias gitlog="git log --stat --pretty=short --graph"
serves ./index.html and opens in browser immediately
alias serve="echo Live on: http://localhost:8000 && python -m SimpleHTTPServer && open http://localhost:8000"
SOCIAL SHARE CARD GENERATOR