Skip to content

0.2.2

Latest
Compare
Choose a tag to compare
@kattouf kattouf released this 02 Sep 13:16
120aec3

New Feature: Replace log output with custom text

If you don't need to see the log output during execution, even in a single line, you can replace it with your own text using the -t, --static-text option.

long-running-command | progressline --static-text "Updating sources..."
image

Implements feature request: #2