0.2.0
New Features
Save log
Save original log using -l, --original-log-path
argument:
long-running-command | progressline --original-log-path original-log.txt
Highlight important lines
Log specific stdin lines above the progress line using the -m, --log-matches
argument:
long-running-command | progressline --log-matches "regex-1" --log-matches "regex-2"
Use progress line as an addition to standard output
Log all stdin data above the progress line using the -a, --log-all
argument:
long-running-command | progressline --log-all