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.
- Host: GitHub
- URL: https://github.com/zmb3/grep
- Owner: zmb3
- Created: 2014-05-12T00:39:38.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-19T22:32:28.000Z (about 12 years ago)
- Last Synced: 2025-03-11T18:58:23.348Z (over 1 year ago)
- Language: Go
- Size: 141 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.