Skip to content

v0.1.2

Compare
Choose a tag to compare
@jessfraz jessfraz released this 14 Jul 17:53
· 25 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="d36ea46b8cc44983344fd928d4bb92fc810bad49e8bdd35d0fd85ef6f1f40b06"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/gitable/releases/download/v0.1.2/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="4e57a2d0bba6d7c1237c134843456113144352915dc9fcdab5977b5e81ecb24b"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/gitable/releases/download/v0.1.2/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="c8c35caa4bd9fc34930549dc1f7470b54c649f667f418f72cd4945e27b490212"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/gitable/releases/download/v0.1.2/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="c115d0401700d6daa477350c59058d05a46344714310009399c763d6fd46693b"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/gitable/releases/download/v0.1.2/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="28debed2f4d5f0a60566e6bc67ec847dfb12e591a168f0e0d39577f23c4b7516"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/gitable/releases/download/v0.1.2/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="98cda895f1c15e51f28c338cd7f369906565816d7087a460a259fb6a85fce456"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/gitable/releases/download/v0.1.2/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="caab73b642a48384c269e2e2347494c87b504192f602d33a6a2f7339830142aa"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/gitable/releases/download/v0.1.2/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="6b2fc22ef8dd05983ce8c7c8448ba595cc9b7c4f151b3c977b1987e563123b2a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/gitable/releases/download/v0.1.2/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="ee1403e19b2354864c972e0d3dc076b1d17253d4aa7a3e1e80db9e070f1366d2"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/gitable/releases/download/v0.1.2/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="1f2d06ec4f0e2b33bac99916cf99001326f435e9f8ad60892ce9add05db3885d"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/gitable/releases/download/v0.1.2/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="2c17d6c749a2aa1b790bc4092cc61e8241260718cea9324139f3335fd2801964"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/gitable/releases/download/v0.1.2/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