Skip to content

Releases: kattouf/ProgressLine

0.2.2

02 Sep 13:16
120aec3
Compare
Choose a tag to compare

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

0.2.1

17 Jul 13:12
Compare
Choose a tag to compare

Refactoring and stability improvements minor release.

Changes:

  • Add integration tests
  • Handle "not terminal" output (for example: command | progressline > log.txt):
    • fix window zero-size crash
    • delete text-style escape sequences

0.2.0

07 Jul 16:32
Compare
Choose a tag to compare

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

0.1.1

02 Jul 12:01
Compare
Choose a tag to compare

add SPM executable target for support Mint and Mise installations

0.1.0

02 Jul 11:49
Compare
Choose a tag to compare

I'm glad to present to the world my new small utility 🔨