Skip to content

0.2.0

Compare
Choose a tag to compare
@kattouf kattouf released this 07 Jul 16:32
· 41 commits to main since this release

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"
image

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
image