Skip to content

v0.1.4

Latest
Compare
Choose a tag to compare
@jessfraz jessfraz released this 25 Sep 17:24
· 14 commits to master since this release

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 GITABLE_SHA256="641ea3d875178fc42734d3043f0c563d07805429ce6f3a028b3a5765b2cefc2c"

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

$ echo "gitable installed!"

# Run it!
$ gitable -h
amd64 - darwin
# Export the sha256sum for verification.
$ export GITABLE_SHA256="cca60d80eaa56436c28e6462b84a4c223b6e69c617ffd4bc16f4dbb8382d6863"

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

$ echo "gitable installed!"

# Run it!
$ gitable -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export GITABLE_SHA256="dd7e3267d351d18ca25644b68b54434268350cb1b88fb33379db243e9bc26b3d"

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

$ echo "gitable installed!"

# Run it!
$ gitable -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export GITABLE_SHA256="18dc8cae725bc754858112f5fb7a465f80dd1c6228285935912801abbd67dc73"

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

$ echo "gitable installed!"

# Run it!
$ gitable -h

linux

386 - linux
# Export the sha256sum for verification.
$ export GITABLE_SHA256="c31c84dde9a05aee46916a269fd7bd5769a50d824ec6ce263f5950b294ce27ac"

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

$ echo "gitable installed!"

# Run it!
$ gitable -h
amd64 - linux
# Export the sha256sum for verification.
$ export GITABLE_SHA256="5d292c2eb67effe0e000d00645941eb91281e1fe7b5166027b66d966e6f5b427"

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

$ echo "gitable installed!"

# Run it!
$ gitable -h
arm - linux
# Export the sha256sum for verification.
$ export GITABLE_SHA256="df7dde83021597e0c96353d4fabef180df4c28b133545146f62eca3b891139e5"

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

$ echo "gitable installed!"

# Run it!
$ gitable -h
arm64 - linux
# Export the sha256sum for verification.
$ export GITABLE_SHA256="1e7a53565fa9827737cd0cc96464581fbecc7c43839a69e3872ad76bb46266d2"

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

$ echo "gitable installed!"

# Run it!
$ gitable -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export GITABLE_SHA256="d9c6d47d729b4277e031847e0e0be564d1d3444c41b402b356b75cf3d01dbab0"

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

$ echo "gitable installed!"

# Run it!
$ gitable -h

windows

386 - windows
# Export the sha256sum for verification.
$ export GITABLE_SHA256="7d0a8f8303b68c7c58ba05f659434df0c39ea26f94e85860f0ee3f609230f508"

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

$ echo "gitable installed!"

# Run it!
$ gitable -h
amd64 - windows
# Export the sha256sum for verification.
$ export GITABLE_SHA256="0282ce7bd7d301bca655eb2565ae6e4dbba590625d02a83f1f8560872bb6673b"

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

$ echo "gitable installed!"

# Run it!
$ gitable -h