pipeview
A command line pipe inspection utility.

Why?
- Simple coloring of an input pipe with regex and colors as input args.
- Multiple custom configs in the form of a
pipeview.tomlfile in current folder or~/.config/. - Progress bar (same as Linux's
pv) - WIP.
Usage
Explicit coloring can be performed on the input based on a regular expression.
|
Nginx
Nginx and aim logs can be directly inspected using the --nginx or --aim flag:
|

Custom configs
You can create a config in ~/.config/pipeview.toml or the current folder with filename pipeview.toml and call it using pipeview --config=foo.
An example custom config could be:
[]
="^(.*?) (.*?) (.*?): (.*?) (.*)"
="red green blue red green"
Installation
Building from source