Skip to content

Files

Latest commit

0daef8a · May 27, 2022

History

History

git-grep-ack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 21, 2022
May 27, 2022

README.md

git grep-ack

Find text with ack-like formatting

Git alias:

grep-ack = \
    -c color.grep.linenumber=\"bold yellow\" \
    -c color.grep.filename=\"bold green\" \
    -c color.grep.match=\"reverse yellow\" \
    grep --break --heading --line-number

Example:

git grep-ack