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 ensureRun tests:
make testRun functional tests (requires docker and python 3.4+):
make functional_testBuild:
make linux
make darwin
make all