added new alias pjson that will prettify json output

This commit is contained in:
tomit4 2021-12-12 10:20:10 -08:00
parent 02a76cf9af
commit 52842e1a64

View file

@ -217,6 +217,7 @@ alias git-p="git push"
alias xsel="xclip -sel clip"
alias catx="cat | xclip -sel clip"
alias xclear="echo '' | xclip && xclip -selection clipboard /dev/null"
alias pjson="json_pp | pygmentize -l json" # pipe expected json output through pjson to prettify it
alias exifread="exiftool"
alias exifrm="exiftool -all="
alias html_pp="hxnormalize -e"