Created
November 4, 2014 18:03
-
-
Save uogbuji/bfc3a5c2d04f9ef9df82 to your computer and use it in GitHub Desktop.
Uche Ogbuji's .profile aliases for Mac OS X Yosemite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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