Releases: solidiquis/grits
Releases · solidiquis/grits
0.3.0 - 2025-01-20
Release Notes
- Remove the '$' requirement to start an anchor
- Filtering capabilities
- Conditionally applied attributes and text alignment
Checkout the documentation.
Install grits 0.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/solidiquis/grits/releases/download/v0.3.0/grits-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/solidiquis/grits/releases/download/v0.3.0/grits-installer.ps1 | iex"
Download grits 0.3.0
File | Platform | Checksum |
---|---|---|
grits-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
grits-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
grits-aarch64-pc-windows-msvc.zip | ARM64 Windows | checksum |
grits-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
grits-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
grits-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
grits-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
0.2.0 - 2025-01-12
Release Notes
Adds ability to require specified captures to have at least one match in order for output to show for a given line:
-r, --require <REQUIRE> Name of capture that must have at least one match for the output to show. Can be specified multiple times
Install grits 0.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/solidiquis/grits/releases/download/v0.2.0/grits-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/solidiquis/grits/releases/download/v0.2.0/grits-installer.ps1 | iex"
Download grits 0.2.0
File | Platform | Checksum |
---|---|---|
grits-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
grits-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
grits-aarch64-pc-windows-msvc.zip | ARM64 Windows | checksum |
grits-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
grits-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
grits-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
grits-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
0.1.0 - 2025-01-11
Release Notes
First release
Install grits 0.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/solidiquis/grits/releases/download/v0.1.0/grits-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/solidiquis/grits/releases/download/v0.1.0/grits-installer.ps1 | iex"
Download grits 0.1.0
File | Platform | Checksum |
---|---|---|
grits-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
grits-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
grits-aarch64-pc-windows-msvc.zip | ARM64 Windows | checksum |
grits-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
grits-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
grits-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
grits-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |