Revisions of vgrep

buildservice-autocommit accepted request 1120199 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 23)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 1119255 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 22)
- update to 2.7.0:
  * support for OpenBSD
  * bump dependencies
buildservice-autocommit accepted request 1040653 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 21)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 20)
- update to v2.6.1:
  * delete/refine: fix adjusting indices
  * build(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0
  * 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
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 949377 from Avinesh Kumar's avatar Avinesh Kumar (akumar) (revision 19)
- update to 2.6.0:
  * -l, --files-with-matches
  * Fix 'git grep' color issue
  * fix all selector
  * getGrepType: fix typo
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 18)
- update to 2.5.5:
  * throw an error for unknown grep types
  * make grep-type detection more robust
  * Fix RegEx for grep version type
  * getGrepType: fix typo
  * don't print help message twice
  * CI: use golang:1.17 container
  * performance: user faster json lib
  * log parsing errors
  * --memory-profile
  * bump dependencies
  * add dependabot.yml
  * Fix indentation
  * Fix fzf example
  * Modify fzf example; parse error due to typo
  * write to stdout if it's not a tty
  * bump golangci-lint v1.36.0
  * Review feedback
  * Add fzf wrapper
  * use switch table for dispatcher
buildservice-autocommit accepted request 865246 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 17)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 16)
- Update to version 2.5.1:
  * vgrep [no grep args]: print matches
  * Makefile: fix install targets
- Changes for version 2.5.0:
  * New vgrep(1) man page
  * Support vgrep -{A,B,C}
  * Goland support
  * Smaller bug fixes
buildservice-autocommit accepted request 831050 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 15)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 830995 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 14)
- update to 2.4.0:
  * selectors: add a "all" selector to process all results
  * splitMatch: fail gracefully on failure to parse output
  * (new) grep: add filename completion
  * (new) grep: add a command to trigger a new search from interactive shell
  * refine: add a command to refine match list based on a regular expression
  * keep: add a new command to keep selected indices
  * show: fix a typo ("douldn't" -> "couldn't")
  * colwriter: prevent panic on --no-header and no result found
  * interactive: close command-line editor on early os.Exit()
  * interactive: switch from bufio Scanner to (readline-like) liner
  * delete: fix index update for multi-line deletions
  * git grep: Run 'git rev-parse' only if not selecting ripgrep
  * grep output: expect no more than 2 substrings when splitting on NUL-byte
  * grep output: force printing filename for grep/ripgrep
  * grep commands: Do not pass '.' as an argument to grep/ripgrep
  * README: mention Homebrew package on Mac OS
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 823126 from Martin Rey's avatar Martin Rey (mrey) (revision 13)
- Update to version 2.3.3:
  * When using emacs, also make sure to account for emacs in
    daemon mode and check for emacsclient as an editor.
- Changes from version 2.3.2:
  * emacs support
  * remove requirement to load cache from the same dir
- Changes from version 2.3.1:
  * README: clarify search/show
  * README: add install instructions
  * replace string literals with constants
  * remove redundant flags
  * gnu uses different format than bsd and git grep
  * linter error fix for regex
  * fix #79, define a new greptype bsd to select : seperator
  * use golangci-lint v1.26.0
  * CI: use golang:1.14
  * update dependencies
  * build(deps): bump github.com/sirupsen/logrus from 1.5.0 to
    1.6.0
  * Update chmod command
  * Cross-platform make install
buildservice-autocommit accepted request 804909 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 12)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 11)
- Update to version 2.3.0:
  * pin golangci-lint version
  * Use a standard variable for setting the installation path
  * Ripgrep support
  * Cache file mode 0644
  * drop interactive -i short flag
  * Enable basic functionality on windows
  * build(deps): bump github.com/sirupsen/logrus from 1.4.2 to 1.5.0
  * resolve symlinks in cache
buildservice-autocommit accepted request 794928 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 10)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 9)
- Update to version 2.2.0:
  * Changed yellow to magenta to improve readability on light color
    schemes (e.g., tango).
  * Auto-detect VSCode terminal and print line column in a
    clickable format for easy browing.
  * Vgrep has a logo.
buildservice-autocommit accepted request 676803 from Valentin Rothberg's avatar Valentin Rothberg (vrothberg) (revision 8)
baserev update by copy to link target
Valentin Rothberg's avatar Valentin Rothberg (vrothberg) accepted request 676802 from Valentin Rothberg's avatar Valentin Rothberg (vrothberg) (revision 7)
- Update vgrep to v2.1.0:
  https://github.com/vrothberg/vgrep/releases/tag/2.1.0
  This update includes some bug fixes concurrent accesses to the cache
  can corrupt data.  It also improves parsing of commands and fixes
  some minor bugs related to parsing.
buildservice-autocommit accepted request 570379 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 6)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 570229 from Valentin Rothberg's avatar Valentin Rothberg (vrothberg) (revision 5)
- Update vgrep v2.0.1 to v2.0.2
  https://github.com/vrothberg/vgrep/releases/tag/2.0.2
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 560432 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 4)
initialized devel package after accepting 560432
Displaying revisions 1 - 20 of 23
openSUSE Build Service is sponsored by