8000 Releases · 8dcc/hl-regexp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: 8dcc/hl-regexp

v1.1.0

02 Feb 19:06
49a8495
Compare
Choose a tag to compare

Changes

  • Parse arguments with argp library.

Full Changelog: v1.0.0...v1.1.0

v1.0.0

31 Jan 16:08
2b65806
Compare
Choose a tag to compare
Usage:
  hl-regexp [OPTION...] REGEXP < INPUT

Options:
  -h, --help
      Show this help and exit the program.

  -b STR
  --before STR
      Specify the string that should be printed before each
      regular expression match.

  -a STR
  --after STR
      Specify the string that should be printed after each
      regular expression match.

  -e, --extended-regexp
      Interpret REGEXP as an extended regular expression (ERE).

  -i, --ignore-case
      Do not differentiate case.

Full Changelog: https://github.com/8dcc/hl-regexp/commits/v1.0.0

0