Skip to content

Dead simple logger of shell commands with output and exit codes

License

Notifications You must be signed in to change notification settings

nvbn/shell_logger

Repository files navigation

shell_logger [WIP]

Build Status

Dead simple logger of shell commands with output and exit codes.

Installation

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)"

Development

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

License MIT