A CLI grep utility for Windows, providing pattern and regex-based text search similar to Unix grep. Current stable version 0.2.1 (last updated 2016). It is a lightweight wrapper that pipes input/output streams. No longer maintained; the last release was over 8 years ago. It offers basic grep functionality for Windows users who lack native grep, but has no active development or support for modern Node.js versions.
npm install grep-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Pipe file content to grep-cli and match a string pattern or regex pattern.
Consider using 'rg' (ripgrep) or 'grep' in WSL.
Use npx or global install to run the command.
Use 'type' command for Windows.
Run 'npx grep-cli' or install globally with 'npm install -g grep-cli'
Do not use require or import; run as a CLI command.
No dependency data recorded yet.