Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 276 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 276 Bytes

About

Multithreaded grep-like utility for search patterns in files.

Usage

greppy class . > all_classes

Up & Running

make build - build
make tests - run tests
make run - run utility
make clean - clean artifacts


make fromat - format code