Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 692 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 692 Bytes

gw

Grep Wrapper

Overview

A thin wrapper around grep to simplify common/repetitive scenarios.

This:

grep -oE 'https?://[^[:space:]']+' file.log

Becomes:

gw url file.log

Tab completion implemented in .functions

Also, supports receiving data from stdin.

See examples:

License

MIT