v0.1.0
Delivered in this release: https://github.com/jsqry/jsqry-cli2/milestone/2?closed=1
Highlights
- JSON coloring in console (#4)
- More new useful switches (--compact #5, --unquote #8)
- Query arguments support (#10)
Installation
$ sudo bash -e -c "
wget https://github.com/jsqry/jsqry-cli2/releases/download/v0.1.0/jsqry-linux-amd64 -O/usr/local/bin/jsqry
chmod +x /usr/local/bin/jsqry
echo \"jsqry \$(jsqry -v) installed successfully\"
"