added new alias pjson that will prettify json output
This commit is contained in:
parent
02a76cf9af
commit
52842e1a64
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue