An open API service indexing awesome lists of open source software.

https://github.com/zmb3/grep

A simple grep-like tool implemented in Go.
https://github.com/zmb3/grep

Last synced: 10 months ago
JSON representation

A simple grep-like tool implemented in Go.

Awesome Lists containing this project

README

          

grep
====

A simple grep-like tool implemented in Go.

This was done for 2 reasons:

1) It was a nice exercise to write some Go code.
2) I could actually benefit from having this functionality on Windows.

As such, it only contains features that I found useful or felt like building.
It does not support regular expressions and its feature set is lacking compared to something like GNU grep.