#grep #command-line #utils #lazy-evaluation #pub #struct #remember

app sgrep

A simple grep util for those lazy to remember many command line options

1 unstable release

0.1.0 Jun 26, 2024

#1376 in Command line utilities

26 downloads per month

Apache-2.0

12KB
231 lines

Simple Grep (sgrep)

A simple grep util for those lazy to remember many command line options

Usage

# Displays lines containing "pub struct" string in all .rs files in the local directory
sgrep -p "pub struct" *.rs

# Displays lines containing "#ifdef" or "#ifndef" in all *.c* and *.h* files
sgrep -p "#ifdef" -p "#ifndef" -f .c -f .h

Dependencies

~1–12MB
~80K SLoC