Skip to content

Releases: regit/coccigrep

Better doc than nothing

05 May 08:00
Compare
Choose a tag to compare

Some light fixes on the documentation and a cleaner setup.py so the project looks decent on Pypi.

Pimp your Python

05 Apr 18:33
Compare
Choose a tag to compare

Address a issue with pygments installation on Python 2 and fix parallel execution.

Search more, find more

05 Apr 17:47
Compare
Choose a tag to compare

This release fixes #19 and improve matching capabilities. Issue was linked to absolute include (like #include <toto.h>) used in a project instead of the classical relative include (include "toto.h").

Grep like there is no future

23 Mar 07:38
Compare
Choose a tag to compare

This release adds a new flag -g that adds a grep like colored output:

screenshot from 2018-03-23 08-36-55

Full changelog:

  • Fix a python3 comptability issue
  • Add grep color mode
  • Fix multiple matches on one line