Skip to content

Releases: dhth/tbll

v1.1.0

12 Mar 22:33
b9e9195
Compare
Choose a tag to compare

Release Notes

Added

  • Allow selecting specific columns from input

Install tbll 1.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/dhth/tbll/releases/download/v1.1.0/tbll-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install dhth/tap/tbll

Download tbll 1.1.0

File Platform Checksum
tbll-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
tbll-x86_64-apple-darwin.tar.xz Intel macOS checksum
tbll-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
tbll-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo dhth/tbll

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

v1.0.0

07 Mar 09:36
86deb21
Compare
Choose a tag to compare

Release Notes

Fixed

  • Correctly parsing row items when they have the delimiter character in them

Removed

  • --row flag: supplying row items via the flag is no longer supported
  • --read-stdin flag: reading from stdin is now the default behaviour
  • --num-cols flag: this is no longer needed/supported

Install tbll 1.0.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/dhth/tbll/releases/download/v1.0.0/tbll-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install dhth/tap/tbll

Download tbll 1.0.0

File Platform Checksum
tbll-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
tbll-x86_64-apple-darwin.tar.xz Intel macOS checksum
tbll-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
tbll-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo dhth/tbll

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

v0.2.3

23 Sep 21:34
Compare
Choose a tag to compare

Install tbll 0.2.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/dhth/tbll/releases/download/v0.2.3/tbll-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install dhth/tap/tbll

Download tbll 0.2.3

File Platform Checksum
tbll-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
tbll-x86_64-apple-darwin.tar.xz Intel macOS checksum
tbll-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo dhth/tbll

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

v0.2.2

23 Sep 20:13
Compare
Choose a tag to compare

Install tbll 0.2.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/dhth/tbll/releases/download/v0.2.2/tbll-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install dhth/tap/tbll

Download tbll 0.2.2

File Platform Checksum
tbll-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
tbll-x86_64-apple-darwin.tar.xz Intel macOS checksum
tbll-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo dhth/tbll

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

v0.2.1

23 Sep 17:50
Compare
Choose a tag to compare

Install tbll 0.2.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/dhth/tbll/releases/download/v0.2.1/tbll-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install dhth/tap/tbll

Download tbll 0.2.1

File Platform Checksum
tbll-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
tbll-x86_64-apple-darwin.tar.xz Intel macOS checksum
tbll-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo dhth/tbll

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

v0.2.0

29 Aug 07:19
Compare
Choose a tag to compare

Install tbll 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/dhth/tbll/releases/download/v0.2.0/tbll-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install dhth/tap/tbll

Download tbll 0.2.0

File Platform Checksum
tbll-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
tbll-x86_64-apple-darwin.tar.xz Intel macOS checksum
tbll-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo dhth/tbll

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

v0.1.0

23 Aug 22:47
Compare
Choose a tag to compare

Install tbll 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/dhth/tbll/releases/download/v0.1.0/tbll-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install dhth/tap/tbll

Download tbll 0.1.0

File Platform Checksum
tbll-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
tbll-x86_64-apple-darwin.tar.xz Intel macOS checksum
tbll-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo dhth/tbll

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>