Skip to content

Instantly share code, notes, and snippets.

@uogbuji
Created November 4, 2014 18:03
Show Gist options
  • Save uogbuji/bfc3a5c2d04f9ef9df82 to your computer and use it in GitHub Desktop.
Save uogbuji/bfc3a5c2d04f9ef9df82 to your computer and use it in GitHub Desktop.
Uche Ogbuji's .profile aliases for Mac OS X Yosemite
alias timestamp='date "+%Y%m%dT%H%M%S"'
alias xmlescape='python -c "import sys; from xml.sax.saxutils import escape; sys.stdout.write(escape(sys.stdin.read()))"'
alias jsonpretty='python -c "import sys, json; json.dump(json.loads(sys.stdin.read()), sys.stdout, indent=4)"'
alias grep='grep -d skip'
alias vlc='/Applications/VLC.app/Contents/MacOS/VLC'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment