Dead simple logger of shell commands with output and exit codes.
Only 64 bit Linux and osx with bash or zsh are supported at the moment:
sh -c "$(curl -sL https://raw.githubusercontent.com/nvbn/shell_logger/master/install.sh)"
Install dependencies with dep:
dep ensure
Run tests:
make test
Run functional tests (requires docker and python 3.4+):
make functional_test
Build:
make linux
make darwin
make all