![Couture](https://github.com/pandich/couture/raw/v1.1.1/docs/couture.png)
![CodeQL](https://github.com/pandich/couture/actions/workflows/codeql-analysis.yml/badge.svg)
Couture combines multiple log streams from disparate sources into human-friendly output.
Installation
go get -u github.com/pandich/couture
Usage:
couture --help
Configuration
SSH logging depends on passwordless login. See ssh-copy-id for information on
how to easily do so.
Examples:
Single-line
couture \
--highlight --filter=+distincto --filter=+'\"first_name\"\s*:\s*\"B' --filter=+quinoa \
fake://?style=hacker \
fake://?style=lorem \
fake://?style=hipster
![Couture](https://github.com/pandich/couture/raw/v1.1.1/docs/example-fake-single-line.gif)
Multi-line
couture --expand --multiline \
fake://?style=hacker \
fake://?style=lorem \
fake://?style=hipster
![Couture](https://github.com/pandich/couture/raw/v1.1.1/docs/example-fake-multi-line.gif)