0.2.2
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..."
Implements feature request: #2