Skip to content
/ 666 Public

Visually display success or failure of a command

License

Notifications You must be signed in to change notification settings

mh-cbon/666

Repository files navigation

666

Visually display success or failure of a command

This tool is part of the go-github-release workflow

Install

Pick an msi package here!

deb/ubuntu/rpm repositories

wget -O - https://raw.githubusercontent.com/mh-cbon/latest/master/source.sh \
| GH=mh-cbon/666 sh -xe
# or
curl -L https://raw.githubusercontent.com/mh-cbon/latest/master/source.sh \
| GH=mh-cbon/666 sh -xe

deb/ubuntu/rpm packages

curl -L https://raw.githubusercontent.com/mh-cbon/latest/master/install.sh \
| GH=mh-cbon/666 sh -xe
# or
wget -q -O - --no-check-certificate \
https://raw.githubusercontent.com/mh-cbon/latest/master/install.sh \
| GH=mh-cbon/666 sh -xe

chocolatey

choco install product666 -y

go

mkdir -p $GOPATH/src/github.com/mh-cbon
cd $GOPATH/src/github.com/mh-cbon
git clone https://github.com/mh-cbon/666.git
cd 666
glide install
go install

Usage

$ 666 echo "ok"
ok
 ✔ Success

$ 666 nopnop "ok"
exec: "nopnop": executable file not found in $PATH
 ✘ Failed

About

Visually display success or failure of a command

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages