Releases: jsqry/jsqry-cli2
Releases · jsqry/jsqry-cli2
v0.1.2
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
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
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
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\"
"