https://github.com/nvbn/shell_logger
Dead simple logger of shell commands with output and exit codes
https://github.com/nvbn/shell_logger
Last synced: 6 months ago
JSON representation
Dead simple logger of shell commands with output and exit codes
- Host: GitHub
- URL: https://github.com/nvbn/shell_logger
- Owner: nvbn
- License: mit
- Created: 2018-01-11T17:23:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T19:06:35.000Z (about 7 years ago)
- Last Synced: 2025-06-07T02:08:28.578Z (7 months ago)
- Language: Go
- Size: 62.5 KB
- Stars: 9
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shell_logger [WIP]
[](https://travis-ci.org/nvbn/shell_logger)
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:
```bash
sh -c "$(curl -sL https://raw.githubusercontent.com/nvbn/shell_logger/master/install.sh)"
```
## Development
Install dependencies with [dep](https://github.com/golang/dep):
```bash
dep ensure
```
Run tests:
```bash
make test
```
Run functional tests (requires docker and python 3.4+):
```bash
make functional_test
```
Build:
```bash
make linux
make darwin
make all
```
## License MIT