Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: fmthoma/vgrep

v0.2.2

08 Mar 20:42
1a3761c

Choose a tag to compare

  • Add support for aeson 1.2.x to enable build with Stackage LTS 10.x

v0.2.1

29 Oct 13:12

Choose a tag to compare

  • Add support for aeson-1.x to enable build with Stackage LTS 9.x
  • Add less-like keybindings Ctrl-u, Ctrl-d (half-page-up/down, only in pager)
    and Ctrl-b, Ctrl-f (full-page-up/down).

v0.2

13 Jan 13:38

Choose a tag to compare

  • Added support for a config file:
    A YAML file located at ~/.vgrep/config.yaml is recognized as configuration
    file for colors, keybindings and other settings. The default config file can
    be produced using vgrep --dump-default-config > ~/.vgrep/config.yaml.
  • Added support for colorized input
    (ANSI CSI/SGR escape codes).
    vgrep can now be used together wit grep --color=always (and git grep --color=always), which is now enabled by default when using vgrep as
    drop-in replacement for grep.

v0.1.4.1

18 Nov 18:09

Choose a tag to compare

  • Switch to strict Text
  • Less dependent on template-haskell

v0.1.4

14 Oct 16:08

Choose a tag to compare

Changes:

  • User events (like key events) now have priority over other events, the UI does not block any more.
  • --help and --version now produce sensible output.

v0.1.3

16 Jun 08:35

Choose a tag to compare

  • Fix pageUp in Results view

v0.1.2

13 Jun 21:37

Choose a tag to compare

  • Performance improvements
  • Tests for Pager and Results widget
  • Haddock documentation

v0.1.1

04 May 06:17

Choose a tag to compare

  • Fixed j/k keys in pager view
  • Additional h/l// keybindings for horizontal scrolling in pager
  • Matching lines are now highlighted in pager view

v0.1

02 May 22:04

Choose a tag to compare

Apply some HLint suggestions