Version 0.5.20 (2024-10-05)
Release Notes
- Add
smtp_send(url, from, to, subject, body)
function to send email - Add MQTT support:
publish("mqtt://servername:1883/topic", body)
- Add
system2(cmd)
: different fromsystem(cmd)
, and it will return an array withcode
,stdout
,stderr
. - Add
cargo-binstall
andcargo-dist
support
Install zawk 0.5.20
Install prebuilt binaries via Homebrew
brew install zawk
Download zawk 0.5.20
File | Platform | Checksum |
---|---|---|
zawk-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
zawk-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
zawk-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
zawk-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |