Skip to content

v0.1.12

Choose a tag to compare

@github-actions github-actions released this 01 May 09:55
3d6cae9

Install

Prebuilt binary (fastest)

Download the archive for your platform from the assets below, extract, and drop ctm into a directory on your $PATH. Archives include the binary plus LICENSE and README.md.

Platform Asset
Linux x86_64 ctm-v0.1.12-linux-amd64.tar.gz
Linux ARM64 ctm-v0.1.12-linux-arm64.tar.gz
macOS (Intel) ctm-v0.1.12-darwin-amd64.tar.gz
macOS (Apple Silicon) ctm-v0.1.12-darwin-arm64.tar.gz

Windows users: run the Linux binary under WSL — tmux has no native Windows support.

From source

go install github.com/RandomCodeSpace/ctm@v0.1.12

Air-gapped

The ctm-v0.1.12-src.tar.gz archive is a vendored source tree (go mod vendor populated) that builds offline with go build ..

Changes

  • test: close the final coverage gap to >85% (#13) (3d6cae9)

Verification

Tarball SHA256 sums (also attached as SHA256SUMS):

3d1811ed12f98c39fb246486c60079c128349d9ac7129d95bec6d82283f6b1db  ctm-v0.1.12-darwin-amd64.tar.gz
6aa12d36257ffa68e21c80013effe2cc91e04484a743f210cda2ba216d3b969c  ctm-v0.1.12-darwin-arm64.tar.gz
8ceb5b15fc0ba1cc22acaee3b13a1eda866a8907472801d2369aa84cc9d77f57  ctm-v0.1.12-linux-amd64.tar.gz
bb1e434e3bf432d37559d7337e9467ddf0121907c8cfc52279ec87f52d3a55ab  ctm-v0.1.12-linux-arm64.tar.gz
2d8e6cb07a5278113d2f2d21114b3a3c78d12550c8af33a309f54adf690b9fea  ctm-v0.1.12-src.tar.gz

Verify:

sha256sum -c SHA256SUMS  # inside the dir where both files live