majorkingleo / supagrep

A sourcecode grepping tool, designed for searching withing sourcecode on windows platforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

supagrep

A simple sourcecode search tool for windows. It's something like

find . -name "*.c" | xargs grep printf

but for windows. This is not a command line tool.

checkout from git

when checking out from github you need to get all submodules by command

git submodule update --init --recursive

About

A sourcecode grepping tool, designed for searching withing sourcecode on windows platforms

License:GNU General Public License v2.0


Languages

Language:C++ 81.5%Language:C 8.5%Language:Makefile 3.1%Language:M4 2.5%Language:Shell 2.3%Language:Inno Setup 2.1%