/supagrep

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

Primary LanguageC++GNU General Public License v2.0GPL-2.0

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