Skip to main content

Filter stdin to avoid excessive output

Project description

Info:

This is the README file for zenfilter.

Author:

Shlomi Fish <shlomif@cpan.org>

Date:
2020-10-29
Version:
0.6.1
https://travis-ci.org/shlomif/zenfilter.svg?branch=master

PURPOSE

This small script filters long STDIN output, performing several functions to keep track of the important parts and progresses, which will be hard to do with a shell script.

It is useful for filtering the output of verbose Travis-CI ( https://travis-ci.org/ ) commands, but may be useful in other contexts where there is a limit to the amount of kept output.

All arguments are optional:

  • –count-step=n: displays COUNT <tab> <step> every n lines.

  • –last=n: displays the last n lines prefixed with “LASTt”

  • –filter=<regex pattern>: displays matching lines with a “FOUNDt” prefix.

  • –suppress-last-on=<regex>: suppress the last lines if their concatenated output matches the regex.

Examples:

python zenfilter.py --count-step=10 --last=200 --filter="[0-9]+"
python zenfilter.py --last=20
python zenfilter.py --last=25 --count-step=15

A use case scenario:

make 2>&1 | python zenfilter.py [args]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zenfilter-0.6.1.tar.gz (11.5 kB view details)

Uploaded Source

File details

Details for the file zenfilter-0.6.1.tar.gz.

File metadata

  • Download URL: zenfilter-0.6.1.tar.gz
  • Upload date:
  • Size: 11.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.3 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.9.0

File hashes

Hashes for zenfilter-0.6.1.tar.gz
Algorithm Hash digest
SHA256 b2d7f9c9c7a0ec38ce897af4dec23cd3f28f43c2340de2c7d5ee2427d99fbf31
MD5 06177bb60da9e785782d0413c2783660
BLAKE2b-256 06e181f331fddce88f6a8bb3c1cfa5a4b08146c76ebbad0b97a7597d1d00ba24

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page