Giter Club home page Giter Club logo

grepblush's Introduction

= grepblush

A simple python script through which you can pipe things like log
files and get colorized lines based on regular expression matching.

There are more advanced options out there:

* grc http://korpus.juls.savba.sk/~garabik/software/grc.html
* pygmentize http://pygments.org/docs/cmdline/
* and others I'm sure...

which handle regexps in parts of lines etc. I just wanted something
that did dead simple full line matching with colors.

= Usage

Assuming grepblush.py is available in your path, you'll probably want
to do something like:

cmd_producing_log | grepblush.py matchfile

= Matchfile syntax

The matchfile syntax is:

regex=color

Where regex is a python regular expression (which has to match the
line using *match*, not find).  The regular expression may contain the
char '=', as the parser looks for the last = in the line when parsing.

The color designation should either be a bash color code (e.g. 0;30
for black), or one of the special built in codes: red, yellow, green,
blue, purple, or light_gray.

Regexs are attempted in the order they appear in the matchfile, and
the first match is used to determine the color.  This means you can
use a default at the bottom of the file, for example:

=light_gray

To make any non-matching lines even easier to ignore.

See matchfile.sample for a sample file suitable for log4j and
imitators.

= Bugs

Please report them at github if you find them!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.