Skip to content

Releases: jsqry/jsqry-cli2

v0.1.2

22 Oct 09:58
Compare
Choose a tag to compare

Delivered in this release: /~https://github.com/jsqry/jsqry-cli2/milestone/4?closed=1

Highlights

  • jsqry updated to 1.2.4
  • QuickJS updated to 2020-09-06
  • Thanks to fixes in QuickJS the jsqry binary size was optimized (840K -> 652K)

Installation

$ sudo bash -e -c "
wget /~https://github.com/jsqry/jsqry-cli2/releases/download/v0.1.2/jsqry-linux-amd64 -O/usr/local/bin/jsqry
chmod +x /usr/local/bin/jsqry
echo \"jsqry \$(jsqry -v) installed successfully\" 
"

v0.1.1

31 Jul 14:24
Compare
Choose a tag to compare

Delivered in this release: /~https://github.com/jsqry/jsqry-cli2/milestone/3?closed=1

Highlights

  • QuickJS updated to 2020-07-05
  • jsqry updated to 1.2.3

Installation

$ sudo bash -e -c "
wget /~https://github.com/jsqry/jsqry-cli2/releases/download/v0.1.1/jsqry-linux-amd64 -O/usr/local/bin/jsqry
chmod +x /usr/local/bin/jsqry
echo \"jsqry \$(jsqry -v) installed successfully\" 
"

v0.1.0

20 Jul 15:37
Compare
Choose a tag to compare

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

v0.0.2

07 Jul 18:06
Compare
Choose a tag to compare

Initial release of jsqry QuickJS-flavored

This bundles jsqry lib version 1.2.2

Delivered in this release: /~https://github.com/jsqry/jsqry-cli2/milestone/1?closed=1
Delivered in previous release: /~https://github.com/jsqry/jsqry-cli/milestone/1?closed=1

Installation

$ sudo bash -e -c "
wget /~https://github.com/jsqry/jsqry-cli2/releases/download/v0.0.2/jsqry-linux-amd64 -O/usr/local/bin/jsqry
chmod +x /usr/local/bin/jsqry
echo \"jsqry \$(jsqry -v) installed successfully\" 
"