Skip to content
/ greg Public

GREG a minimal "grep like" implemenation for windows

Notifications You must be signed in to change notification settings

DiniFarb/greg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GREG

Greg is a very limited cli tool for using grep in windows. The only Thing it does is read stdin and print the lines that match the given pattern.

Usage

greg -h

Installation

Use powershell as administrator to install greg

Install

iex(iwr -Uri "https://raw.githubusercontent.com/DiniFarb/greg/main/install.ps1" -UseBasicParsing)

Uninstall

iex(iwr -Uri "https://raw.githubusercontent.com/DiniFarb/greg/main/uninstall.ps1" -UseBasicParsing)

About

GREG a minimal "grep like" implemenation for windows

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published