@hackage / pgrep

grep-like CLI using Parsec parsers instead of regex

Version Deprecated package0.1.0.0

About

Metadata

  • Last updated , by lazyLambda
  • License BSD-3-Clause
  • Categories Text Processing
  • Maintained by: galen.sprout@gmail.com

  • Lottery factor: 1

Links

Installation

This package has been deprecated in favour of

Readme

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)'.