bunyan icon indicating copy to clipboard operation
bunyan copied to clipboard

A CLI to pretty print logs in bunyan format. A Rust port of the original JavaScript bunyan CLI.

Results 4 bunyan issues
Sort by recently updated
recently updated
newest added

Still in draft form - but the tests pass. Created an option -c (compare) based on the description of the node version of bunyan. Currently implemented for a few of...

Hi! I've seen there was a PR #12 that tried to add support for condition but was using unmaintained libraries. How about using [rhai](https://github.com/rhaiscript/rhai)? It is feature-rich, maintained and fit...

Changes: * Add missing formats for the `--output` flag: short, json, json-N, bunyan. * Add test case for this functionality in a new file. * Upgrade all dependencies, migrate to...

I would like to contribute to the project, I would start by adding the missing formats for the `--output` flag: short, json, json-N and bunyan. I will open a pr...