Skip to content

Tags: vrothberg/vgrep

Tags

v2.8.0

Toggle v2.8.0's commit message
v2.8.0

vgrep can now gracefully handle errors from *grep such as eperms.

Changelog:
* handle *grep errors
* add GitHub workflows
* build(deps): bump golang.org/x/term from 0.19.0 to 0.20.0
* update golangci-lint to v1.57.2
* build(deps): bump golang.org/x/term from 0.18.0 to 0.19.0
* build(deps): bump golang.org/x/term from 0.17.0 to 0.18.0
* CI: update to fedora:39
* update copyright date to 2024
* bump go.mod to 1.21
* update github.com/rivo/uniseg
* build(deps): bump golang.org/x/term from 0.16.0 to 0.17.0
* bump golangci-lint to 1.55.2
* build(deps): bump golang.org/x/term from 0.15.0 to 0.16.0
* build(deps): bump golang.org/x/term from 0.14.0 to 0.15.0
* build(deps): bump golang.org/x/term from 0.13.0 to 0.14.0

Signed-off-by: Valentin Rothberg <[email protected]>

v2.7.0

Toggle v2.7.0's commit message
v2.7.0

* Support OpenBSD
* update dependencies
* build(deps): bump golang.org/x/term from 0.12.0 to 0.13.0
* README: document cache location
* build(deps): bump golang.org/x/term from 0.11.0 to 0.12.0
* build(deps): bump golang.org/x/term from 0.10.0 to 0.11.0
* bump go mod to 1.19
* build(deps): bump golang.org/x/term from 0.9.0 to 0.10.0
* build(deps): bump golang.org/x/term from 0.8.0 to 0.9.0
* build(deps): bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3
* build(deps): bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2
* build(deps): bump golang.org/x/term from 0.7.0 to 0.8.0
* build(deps): bump golang.org/x/term from 0.6.0 to 0.7.0
* build(deps): bump golang.org/x/term from 0.5.0 to 0.6.0
* go.mod: bump to go1.17
* bump golangci-lint to v1.51.2
* build(deps): bump golang.org/x/term
* README: Include examples for fish shell

Signed-off-by: Valentin Rothberg <[email protected]>

v2.6.1

Toggle v2.6.1's commit message
v2.6.1

* update dependencies
* Add environment variable to switch the order of LINEFLAG and file
* Add missing export for EDITOR
* simplify test by removing parameter expansion
* Add vendored dependency google/shlex
* Tests for `vgrep --show ..` and various EDITOR values
* Support opening file at line number in nano
* Update dependencies
* Allow passing command with options through the $EDITOR env variable
* allow ripgrep to use configuration file
* Dockerfile: use golang:latest
* make .install.go-md2man: use go install

Signed-off-by: Valentin Rothberg <[email protected]>

v2.5.6

Toggle v2.5.6's commit message
v2.5.6

* fix `all` selector
* Fix 'git grep' color issue

Signed-off-by: Valentin Rothberg <[email protected]>

v2.6.0

Toggle v2.6.0's commit message
v2.6.0

Features:
* -l, --files-with-matches

Fixes:
* Fix 'git grep' color issue
* fix `all` selector
* getGrepType: fix typo

Signed-off-by: Valentin Rothberg <[email protected]>

v2.5.5

Toggle v2.5.5's commit message
v2.5.5

Fix a typo in the grep-type detection.

Signed-off-by: Valentin Rothberg <[email protected]>

v2.5.4

Toggle v2.5.4's commit message
v2.5.4

* throw an error for unknown grep types
* make grep-type detection more robust
* Fix RegEx for grep version type

Signed-off-by: Valentin Rothberg <[email protected]>

v2.5.3

Toggle v2.5.3's commit message
v2.5.3

* don't print help message twice
* Dockerfile: also use golang:1.17

Signed-off-by: Valentin Rothberg <[email protected]>

v2.5.2

Toggle v2.5.2's commit message
v5.2.2

* CI: use golang:1.17 container
* performance: user faster json lib
* log parsing errors
* --memory-profile
* bump dependencies
* build(deps): bump github.com/mattn/go-shellwords from 1.0.11 to 1.0.12
* build(deps): bump github.com/jessevdk/go-flags from 1.4.0 to 1.5.0
* add dependabot.yml
* build(deps): bump github.com/sirupsen/logrus from 1.8.0 to 1.8.1
* Fix indentation
* Fix fzf example
* Modify fzf example; parse error due to typo
* build(deps): bump github.com/sirupsen/logrus from 1.7.0 to 1.8.0
* write to stdout if it's not a tty
* bump golangci-lint v1.36.0
* build(deps): bump github.com/mattn/go-shellwords from 1.0.10 to 1.0.11
* Review feedback
* Add fzf wrapper
* build(deps): bump github.com/peterh/liner from 1.2.0 to 1.2.1
* use switch table for dispatcher

Signed-off-by: Valentin Rothberg <[email protected]>

v2.5.1

Toggle v2.5.1's commit message
bump to v2.5.2-dev

Signed-off-by: Valentin Rothberg <[email protected]>