Skip to content

v0.1.0

Compare
Choose a tag to compare
@xonixx xonixx released this 20 Jul 15:37
· 122 commits to master since this release

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\" 
"