tangsty / pjson

Like python -mjson.tool but with moar colors (and less conf)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pjson

Like python -mjson.tool but with moar colors (and less conf)

###Usage

⚡ echo '{"json":"obj"}' | pjson
{
  "json": "obj"
}

###Looks Like This

Image for the haters:

image

Small retina display images are fucking huge.

###Example With Curl

⚡ curl https://github.com/igorgue.json | pjson

###Install

Install pygments:

pip install pygments

or, if you run as root:

sudo pip install pygments

Now pygments version 1.6 is NOT for pjson, so install command should be:

pip install Pygments==1.5

or, as root:

sudo pip install Pygments==1.5

And copy and paste this:

curl https://raw.github.com/tangsty/pjson/master/pjson > ~/bin/pjson && chmod +x ~/bin/pjson

If it doesn't work run this:

⚡ echo 'export PATH=$HOME/bin:$PATH' >> ~/.bashrc

For zsh bros, though, they might already know this:

⚡ echo 'export PATH=$HOME/bin:$PATH' >> ~/.zshrc

###MFW I did This Project

image

About

Like python -mjson.tool but with moar colors (and less conf)

License:MIT License


Languages

Language:Python 100.0%