Skip to content

Releases: jessfraz/tdash

v0.5.5

25 Sep 17:41
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export TDASH_SHA256="0ca897156df63893d705cf66b21a4ec8e3aa9287e2b8bb1af066cdb9b08e3618"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.5/tdash-darwin-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - darwin
# Export the sha256sum for verification.
$ export TDASH_SHA256="11354381aa5e8d86ec7e11c79dd0c74e0b39546c279e59d20be855a95a474473"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.5/tdash-darwin-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export TDASH_SHA256="12cf17b0ab77774b38ca86304c3d019b83cfd5a9d696a14bdbe636e5203f280a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.5/tdash-freebsd-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export TDASH_SHA256="167ffe43b4ef4ec32cb940f30280d57057214fa3dea2198685230d795eab134d"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.5/tdash-freebsd-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

linux

386 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="a0b80537dfa5c3eb5eb92585ce6c00c1e3078a10f13b8cfedb1ba845eee8cf98"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.5/tdash-linux-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="70808466216dde7147e693c8dacfbafde6b4d6c7c8baf27a4e00d684360cb105"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.5/tdash-linux-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
arm - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="735f2e122a7e7b2ec68987a565387507083ef7680d072d1f748ee3ec5d2bb289"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.5/tdash-linux-arm" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
arm64 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="522dfaf8cb9c931f66628ad02ea4a7435f83101856c581727693924603ba537e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.5/tdash-linux-arm64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

windows

386 - windows
# Export the sha256sum for verification.
$ export TDASH_SHA256="d2bb02062367841a8aa32ce155322fb7ac042f894ddc579e39c6a168e51d4beb"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.5/tdash-windows-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - windows
# Export the sha256sum for verification.
$ export TDASH_SHA256="fcc96ff2a1123659405fabccfb960b3928cbb736202d563644386ec22636036d"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.5/tdash-windows-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

v0.5.4

16 Jul 22:35
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export TDASH_SHA256="77d870857d7ec406bf465e8002e8524d6426b2961e0769df8208394fb9d1368d"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.4/tdash-darwin-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - darwin
# Export the sha256sum for verification.
$ export TDASH_SHA256="22fd629f0cbd51a67cb851799b0f2bb01ab9368153c51e91ec1f95e937ccb157"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.4/tdash-darwin-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export TDASH_SHA256="8caa9d535aa3e92e3dfbe403bbba29f906422e252936f152bfa769f76d2ff7f9"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.4/tdash-freebsd-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export TDASH_SHA256="169ada3510ba32e3e0e741e37beb7ab5fd656fa08c15b09a168f50169428b082"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.4/tdash-freebsd-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

linux

386 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="c54b6bdaaa2ad3a4df9ff9876d5ef2b51ea0d9080d4542d6289bab40e19e0f63"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.4/tdash-linux-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="3a46cf0a5c0fe8eb0eac44ec4009abc7b3cec23219c0b4626a758b8dacece93e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.4/tdash-linux-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
arm - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="c51106ccc29480f1106a3a9d86adbb3946433c8af1d622a3881259d19a54d114"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.4/tdash-linux-arm" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
arm64 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="c775f4c3ce81b972811885be6da981023942624aa130cbf86af0f79cabc370ea"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.4/tdash-linux-arm64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

windows

386 - windows
# Export the sha256sum for verification.
$ export TDASH_SHA256="fac1cbee47abe86f2050e4b8307065003f865ac21f88b77fec222ba85d0fc1b8"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.4/tdash-windows-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - windows
# Export the sha256sum for verification.
$ export TDASH_SHA256="d76479a852f281bd2fb5db0fa349acee299229d45bff60a5db49c041eaaacd27"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.4/tdash-windows-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

v0.5.3

14 Jul 15:42
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export TDASH_SHA256="090d9b6af01c9845ce780d633fdc5b503cf224dfe5122c121f000990c3e9b867"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.3/tdash-darwin-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - darwin
# Export the sha256sum for verification.
$ export TDASH_SHA256="fca088391bdae11045d88d43d884f46d177fc26fe669786c5a522fa700983c9d"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.3/tdash-darwin-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export TDASH_SHA256="b76986097e6001a9224b1d87e16affdd05f5037cbfca1f635c314aa65153f080"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.3/tdash-freebsd-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export TDASH_SHA256="b5de0e29120b4a4b9964d9f6a2b637892fb6a844c351dfbe9883ad319e2da3a8"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.3/tdash-freebsd-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

linux

386 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="48fcffe6738fd9e2c56da104737d36512665fb00d6003ba273700632d58ac6e7"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.3/tdash-linux-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="e9612416f0edf192ce424dba416d5e258d0142b329b6e430ef21373c72c6ff42"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.3/tdash-linux-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
arm - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="ad7b44db6cd1e8d86e3df99b5a2ea5bfb35af5db88b145f425db93650f090156"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.3/tdash-linux-arm" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
arm64 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="02003c64ed6c09f45b7bc055eb1bea358eb54bf6d07a84951cf548368d585608"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.3/tdash-linux-arm64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

windows

386 - windows
# Export the sha256sum for verification.
$ export TDASH_SHA256="3e78dc040d4de4157c60f936a693cb3ca76c2828a7aa4d310cd330188e1acb4c"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.3/tdash-windows-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - windows
# Export the sha256sum for verification.
$ export TDASH_SHA256="77d0d66340f15ca6f8a14f0a76453e609eb36491d7899988a7647107fd8017e5"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.3/tdash-windows-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

v0.5.2

14 Jul 15:33
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export TDASH_SHA256="9c18b1d1dc496ab5c05c1d0ec22a781daf8e1585f0961769a96d6a044e1d9b39"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.2/tdash-darwin-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - darwin
# Export the sha256sum for verification.
$ export TDASH_SHA256="8e30721add7540740ffe42b9ce764286a1160e0c8ed3cd1ae667a8efe927ab79"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.2/tdash-darwin-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export TDASH_SHA256="80db300af2978823b6712a98b137e2ed8140b7e5c0c6194e1c69a9d06973de35"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.2/tdash-freebsd-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export TDASH_SHA256="6b62e19faa7f0db016cd883ebfe237e206c8146f6cb41a9ff2d4b0887f7a2ca9"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.2/tdash-freebsd-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

linux

386 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="220467b18420cc518866380796a699509fd2f2d73c532d8780e28bd4974197e6"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.2/tdash-linux-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="9fcb6472c047af257f44df46a9feabb7b1200797c1d556a8ff6e1495d545cde8"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.2/tdash-linux-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
arm - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="c537e238bc5b2cff12f5abc63c723df178d1e696260a9231d528ecfbd00d7156"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.2/tdash-linux-arm" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
arm64 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="dcba6c7da57c1518916b3fa6e8ab60f0d088aed5e20d8ea198bed2a74b22ac2f"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.2/tdash-linux-arm64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

windows

386 - windows
# Export the sha256sum for verification.
$ export TDASH_SHA256="d47c84d31430fe6ab30cfd1b6a7f981d68ea97396a64b09cddbb051f108b7650"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.2/tdash-windows-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - windows
# Export the sha256sum for verification.
$ export TDASH_SHA256="a1ef3e12ef79daf0a0b80436b6e960928eac657815d462a2cc615c554418da6a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.2/tdash-windows-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

v0.5.1

14 Jul 15:20
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export TDASH_SHA256="e96a40e436016df9019d3a586b3e1d294788f1c117f30008160a3c8b71cc0015"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.1/tdash-darwin-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - darwin
# Export the sha256sum for verification.
$ export TDASH_SHA256="f006254f4fbee95244ebfcd13e3943b611aee0244c3197f433f935c79a929955"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.1/tdash-darwin-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export TDASH_SHA256="efbceea8cd3d487baa536ec4b38d94783168d9dc50ea26c9b941138c40bf55e2"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.1/tdash-freebsd-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export TDASH_SHA256="531849e0932c400f76d34ac22b99b0b4d7c9997bc81bd695b2e2d4d1f2313435"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.1/tdash-freebsd-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

linux

386 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="fce19898e702e9dacfbb9aa838b73c6a7c6025ffcaf0686803bff0525fa5af98"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.1/tdash-linux-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="3101512cc806908159b57d5aaa716924de4c8d77acf3f3939d07f6aa067387f7"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.1/tdash-linux-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
arm - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="46480ed373bbcaed51ceea3e8dd5b72ce04745eefafef3fee7978fe8aa2352ea"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.1/tdash-linux-arm" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
arm64 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="cbaf173a732b1670ef7043dc34253c1baa3cb770158fb4706eec99178642445c"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.1/tdash-linux-arm64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

windows

386 - windows
# Export the sha256sum for verification.
$ export TDASH_SHA256="978f327fefc2ec47086196322778c776f303cd867f589ce566df20d5e8382f84"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.1/tdash-windows-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - windows
# Export the sha256sum for verification.
$ export TDASH_SHA256="7109d7b68e9564275a117e22da25bfb4546e6d60c38dfb3561da6407ffbc4222"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.1/tdash-windows-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

v0.5.0

28 Mar 16:13
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export TDASH_SHA256="7a2be69b6a507541e1f1b2ec1cf1f1410e16530ecd273370730d423c9522a7dc"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.0/tdash-darwin-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - darwin
# Export the sha256sum for verification.
$ export TDASH_SHA256="d7c9dde4b9e660b29d7a68f6037ffd2120d86c04cd64dc8625a20751e4e5fe86"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.0/tdash-darwin-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export TDASH_SHA256="ba9031382b8ba98159cc15560e2ed2e9c8c4794ace8e50cd2f5cad27d1246de8"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.0/tdash-freebsd-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export TDASH_SHA256="e1373de4448f8a289773dabd95c5953d4a9499491fc8207d775c15be8dcda1b9"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.0/tdash-freebsd-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

linux

386 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="784f90137cfa40d10104f909dff6292c079292ec9210ed776c975bbe7bd545c5"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.0/tdash-linux-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="252908a4e95c6df333cb3eaac21e3d865c0fd31ef669499f6b7eda3426fd747d"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.0/tdash-linux-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
arm - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="db600f9d1432aa2efe655716b71825311b0664b937855a0804e6dced08222f70"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.0/tdash-linux-arm" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
arm64 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="284c6ffe3a55adb24ee35f0ecbae558b68fa69ac90c76a517f820745ab02654e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.0/tdash-linux-arm64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

windows

386 - windows
# Export the sha256sum for verification.
$ export TDASH_SHA256="de36aafc4044980ec1b1bb29b0b417f56f2f32be66055496c4104458abd826a0"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.0/tdash-windows-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - windows
# Export the sha256sum for verification.
$ export TDASH_SHA256="c8e5e23f475ea73921afb3892b4d1e29df465ca25e8c00eff0404ca1fbd597bd"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.5.0/tdash-windows-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

v0.4.0

28 Mar 16:08
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export TDASH_SHA256="cd1cd7b9ca6e3cf648a3b11dfb2fcf85c3e534508fa7a0668d0b58e07807169c"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.4.0/tdash-darwin-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - darwin
# Export the sha256sum for verification.
$ export TDASH_SHA256="016b0122a24c14dbea893ad658f7fa3b110a6941b8851e151614d673fce901d3"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.4.0/tdash-darwin-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export TDASH_SHA256="bb7a7f29f0e38dbd18e58f899dcf60ecb136592f4760f6a3589bb41c2b05fdfc"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.4.0/tdash-freebsd-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export TDASH_SHA256="35d757184dc3a6844a42ded585c10802e896ba6608fa6c44f2a0b21aa8ad35f3"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.4.0/tdash-freebsd-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

linux

386 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="6008566c393f4cd70659f4434beb43cb797343caa3f9f6b874e59abc900e5dfe"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.4.0/tdash-linux-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="e443e1c9f21de5ee129d75fd1da7f10ec511a9ce5da7d28e87e9c886a25f245c"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.4.0/tdash-linux-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
arm - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="b8f9c1a827fe5b7d13075c07d6bc5bd40f93f803257af85471fcf41bde02cc81"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.4.0/tdash-linux-arm" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
arm64 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="900fbff0f9d2dd2ceaf82adf707c6e09d56e7d695b94a45e80e9c99bc2837e9e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.4.0/tdash-linux-arm64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

windows

386 - windows
# Export the sha256sum for verification.
$ export TDASH_SHA256="da6ce9cfb18cb7f6aff2b2a1a1926cafa7d2a85a837054dd586e63af9f229f5f"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.4.0/tdash-windows-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - windows
# Export the sha256sum for verification.
$ export TDASH_SHA256="8ed74d95324e2ba913ee592af1a083427cf6bc361c534aa8631b515d71b80091"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.4.0/tdash-windows-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

v0.3.0

28 Mar 15:18
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export TDASH_SHA256="d6459e9a14cec6eb7f61c41ff6f20ead03615f3232ee0b1e96d70468a91ee7b1"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.3.0/tdash-darwin-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - darwin
# Export the sha256sum for verification.
$ export TDASH_SHA256="c022fb0fed01603df657155ef1d4a06f8cb3227e82a13281291f37453a2b730d"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.3.0/tdash-darwin-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export TDASH_SHA256="b47d7b79e21a0e1a535134e299347bf5c2a79e2d22df10dd63c879c4e7747dd1"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.3.0/tdash-freebsd-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export TDASH_SHA256="c84e4f9e6e072e34ca1cdc2cb75dc86b9f06836f1afd17db30f62fe4de7924e6"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.3.0/tdash-freebsd-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

linux

386 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="e138cae88fed5e50c13197d15c560f515f163bc8fbb76ab15e638eb840c46ac2"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.3.0/tdash-linux-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="973c1c5b1cc4a0acbead3efcf5ebc783d8d0c174361fef67b31e045c261ffc8f"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.3.0/tdash-linux-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
arm - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="08942216ecdbd9cc8adac56f06285f14646b3c2ed671e95447117618821a3370"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.3.0/tdash-linux-arm" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
arm64 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="801217bc93652f4a854fb1265765e063022122f16488e75d8711de3e3712607d"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.3.0/tdash-linux-arm64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

windows

386 - windows
# Export the sha256sum for verification.
$ export TDASH_SHA256="315b8dec3d718c4309a8c7e3f3c73807821f907a605fc58f6593cb86a7997962"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.3.0/tdash-windows-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - windows
# Export the sha256sum for verification.
$ export TDASH_SHA256="e09b67f904e70c09d2dd4fde1dd4cde55d446f52591600c5084b641be0958fce"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.3.0/tdash-windows-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

v0.2.0

26 Mar 22:28
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export TDASH_SHA256="7ede42cad595e3970c622b67f06ce76eea9b10e46a49d29d70d140a3145a0394"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.2.0/tdash-darwin-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - darwin
# Export the sha256sum for verification.
$ export TDASH_SHA256="6e61c4d2a7331147ba2432b78418d164adc16b986704c27ab4e074f8f901a39a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.2.0/tdash-darwin-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export TDASH_SHA256="bda297987951e05f70d54de365756b16cf69fed2648e713efe3a667842562492"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.2.0/tdash-freebsd-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export TDASH_SHA256="f9c50a0d687a2948caae71a3bfe41ec2cbfa24edbd00af90ee4fb43eacd7074a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.2.0/tdash-freebsd-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

linux

386 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="683684f64afb5e28da8dde52e9aa30655b5d5e871149331c9c1b3fde49177d76"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.2.0/tdash-linux-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="3c0c5bdf3deea354d7f17372dbb5383ec6284a7aca9235f238c82f2b03dcf7a2"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.2.0/tdash-linux-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
arm - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="4a34a0947f1d1cd79a54ac45afbce635d9b0cb99dba3d61acb5de21b5d29822d"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.2.0/tdash-linux-arm" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
arm64 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="30181c64fbcff4d20bc4f00474d478d29e66b0ab6b158c4471f9f9d08ac1b14b"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.2.0/tdash-linux-arm64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

windows

386 - windows
# Export the sha256sum for verification.
$ export TDASH_SHA256="dbf2248854afdd6142f9bdcd51e9705d6ba6454db3d1d9e85b593cabe34dd476"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.2.0/tdash-windows-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - windows
# Export the sha256sum for verification.
$ export TDASH_SHA256="4f64a83a9614f0b62ab45cbedcbf947ae94b1b83a096da0bf02a7c4a7cdc51e3"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.2.0/tdash-windows-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

v0.1.0

26 Mar 22:11
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export TDASH_SHA256="2d0a63d2b7d1761a9e48dd83284952066da97525a80dbffcf08a1df5592cfcdd"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.1.0/tdash-darwin-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - darwin
# Export the sha256sum for verification.
$ export TDASH_SHA256="24695d4eb313ea769329193295e89e90a3e0780653f9855330a8a8b1e32936eb"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.1.0/tdash-darwin-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export TDASH_SHA256="130503bec4c670bfe9c0c5705dbc336744887ab8bf32db49665b8ddb6a7925b1"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.1.0/tdash-freebsd-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export TDASH_SHA256="f2989471195fc40307fa83c67534a39894c8b5a3662a041f0879bd4c2f96cbf1"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.1.0/tdash-freebsd-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

linux

386 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="7016312b5967b57bd77fe0bd2a1997cb857cb47f7895e4f7d6a98e7ca1e12848"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.1.0/tdash-linux-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="25348c72a3f58518ed39a737f5ea7bc4b887b727e2188df940f2fa9dbf9e3fc8"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.1.0/tdash-linux-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
arm - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="8787069c014d64c5a1aca1cd4f425baec8b379c6e46cb82f256c77a5bfd94723"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.1.0/tdash-linux-arm" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
arm64 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="e1272d6a8c0d296eeed84c4b3104e6ade52ff5b2e135d5625dff70a559d6a6f6"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.1.0/tdash-linux-arm64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h

windows

386 - windows
# Export the sha256sum for verification.
$ export TDASH_SHA256="6b14ee570e1bd64218bc9f0f661604522774aace2e61640f48229a5907b3f339"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.1.0/tdash-windows-386" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - windows
# Export the sha256sum for verification.
$ export TDASH_SHA256="eb88146cbe3f2b648e8af443a45e91617d094b35d263e6010ac8849ab0bcc75f"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/tdash/releases/download/v0.1.0/tdash-windows-amd64" -o "/usr/local/bin/tdash" \
	&& echo "${TDASH_SHA256}  /usr/local/bin/tdash" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/tdash"

$ echo "tdash installed!"

# Run it!
$ tdash -h