pgrep: grep-like CLI using Parsec parsers instead of regex
Deprecated
in favor of screp
pgrep is a grep-like command-line tool that uses Parsec parser combinators instead of regular expressions for pattern matching. Write patterns using a familiar Haskell-like DSL with combinators like 'some digit', 'string TODO', or 'manyTill anyChar (string END)'.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- pgrep-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0.0 |
|---|---|
| Dependencies | base (>=4.19.0 && <5), containers (>=0.7 && <0.8), directory (>=1.3.8 && <1.4), filepath (>=1.5.4 && <1.6), optparse-applicative (>=0.14 && <0.19), parsec (>=3.1.18 && <3.2), pgrep, process (>=1.6 && <1.7), scrappy-core (>=0.1.0.1 && <0.2) [details] |
| License | BSD-3-Clause |
| Author | Galen Sprout |
| Maintainer | galen.sprout@gmail.com |
| Uploaded | by lazyLambda at 2026-02-24T15:59:48Z |
| Category | Text, Console |
| Home page | https://github.com/Ace-Interview-Prep/pgrep |
| Bug tracker | https://github.com/Ace-Interview-Prep/pgrep/issues |
| Distributions | |
| Executables | pgrep |
| Downloads | 3 total (3 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2026-02-24 [all 1 reports] |