Installation
As a Binary
Grab the latest version from here:
https://github.com/senorprogrammer/wtf/releasesexpand it, and cd into the resulting directory. Then run:
./wtfand that should also do it.
From Source
Download the source code repo and install the dependencies:
go get -u github.com/senorprogrammer/wtf
cd $GOPATH/src/github.com/senorprogrammer/wtf
go install -ldflags="-s -w"
make runand that should do it.