Usage

Recursively grep over Python files in the files in the given directory, and search for PATTERN.

greppy [OPTIONS] PATTERN

Options

-i, --ignore-case

Ignore case.

-s, --summary

Show only a summary of the results.

-d, --dir <DIRECTORY>

The directory to search in.

Arguments

PATTERN

Required argument.