Guppy prints lines that contain a match for pattern using C++
guppy [OPTION]... PATTERN [FILE]...
Search for PATTERN in each FILE.
Example: guppy -i 'hello world' menu.h main.c
App requires make and g++ (with support for C++20) to build.
To build simply run make
.