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