27 Commits

Author SHA256 Message Date
1b5cfe878a Accepting request 1181296 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/1181296
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vgrep?expand=0&rev=12
2024-06-17 17:33:56 +00:00
321d4e6853 Accepting request 1181033 from home:amanzini:branches:devel:tools
- update to 2.8.0:
  * vgrep can now gracefully handle errors from *grep such as eperms.
  * bump dependencies

OBS-URL: https://build.opensuse.org/request/show/1181033
OBS-URL: https://build.opensuse.org/package/show/devel:tools/vgrep?expand=0&rev=24
2024-06-17 11:04:58 +00:00
e4d6b9ce7c Accepting request 1120199 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/1120199
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vgrep?expand=0&rev=11
2023-10-25 16:04:17 +00:00
5482cbbaa1 Accepting request 1119255 from home:amanzini:branches:devel:tools
- update to 2.7.0:
  * support for OpenBSD
  * bump dependencies

OBS-URL: https://build.opensuse.org/request/show/1119255
OBS-URL: https://build.opensuse.org/package/show/devel:tools/vgrep?expand=0&rev=22
2023-10-25 08:06:56 +00:00
2d240ee17a Accepting request 1040653 from devel:tools
- 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

OBS-URL: https://build.opensuse.org/request/show/1040653
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vgrep?expand=0&rev=10
2022-12-06 14:35:39 +00:00
d86cc0c5c5 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:tools/vgrep?expand=0&rev=20
2022-12-06 13:15:53 +00:00
4d868ddeb7 Accepting request 949389 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/949389
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vgrep?expand=0&rev=9
2022-01-27 22:16:54 +00:00
7171a2d98f Accepting request 949377 from home:akumar:branches:devel:tools
- update to 2.6.0:
  * -l, --files-with-matches
  * Fix 'git grep' color issue
  * fix all selector
  * getGrepType: fix typo

OBS-URL: https://build.opensuse.org/request/show/949377
OBS-URL: https://build.opensuse.org/package/show/devel:tools/vgrep?expand=0&rev=19
2022-01-27 08:01:32 +00:00
84336bdce1 Accepting request 948491 from devel:tools
- 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

OBS-URL: https://build.opensuse.org/request/show/948491
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vgrep?expand=0&rev=8
2022-01-25 16:35:58 +00:00
98f1d64540 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:tools/vgrep?expand=0&rev=18
2022-01-24 21:50:12 +00:00
891ba73d27 Accepting request 865246 from devel:tools
- 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

OBS-URL: https://build.opensuse.org/request/show/865246
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vgrep?expand=0&rev=7
2021-01-21 20:56:53 +00:00
dc92e1aedd - 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

OBS-URL: https://build.opensuse.org/package/show/devel:tools/vgrep?expand=0&rev=16
2021-01-21 08:12:44 +00:00
4233fd890f Accepting request 831050 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/831050
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vgrep?expand=0&rev=6
2020-09-01 18:10:35 +00:00
9f990ce08a Accepting request 830995 from home:dirkmueller:branches:devel:tools
- 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

OBS-URL: https://build.opensuse.org/request/show/830995
OBS-URL: https://build.opensuse.org/package/show/devel:tools/vgrep?expand=0&rev=14
2020-09-01 10:48:37 +00:00
a39c6c0de7 Accepting request 823126 from home:mrey:branches:devel:tools
- 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

OBS-URL: https://build.opensuse.org/request/show/823126
OBS-URL: https://build.opensuse.org/package/show/devel:tools/vgrep?expand=0&rev=13
2020-08-10 06:01:42 +00:00
3360ac835e Accepting request 804909 from devel:tools
- 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

OBS-URL: https://build.opensuse.org/request/show/804909
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vgrep?expand=0&rev=5
2020-05-13 20:56:07 +00:00
b55adbc04f - 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

OBS-URL: https://build.opensuse.org/package/show/devel:tools/vgrep?expand=0&rev=11
2020-05-13 07:24:48 +00:00
ff6df9f824 Accepting request 794928 from devel:tools
- 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.

OBS-URL: https://build.opensuse.org/request/show/794928
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vgrep?expand=0&rev=4
2020-04-17 22:33:04 +00:00
53636a2770 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/vgrep?expand=0&rev=9
2020-04-17 14:07:50 +00:00
83740ac999 Accepting request 676803 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/676803
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vgrep?expand=0&rev=3
2019-02-19 10:58:02 +00:00
Valentin Rothberg
25911966b7 Accepting request 676802 from home:vrothberg:branches:devel:tools
- 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.

OBS-URL: https://build.opensuse.org/request/show/676802
OBS-URL: https://build.opensuse.org/package/show/devel:tools/vgrep?expand=0&rev=7
2019-02-17 12:22:12 +00:00
7cf080e223 Accepting request 570379 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/570379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vgrep?expand=0&rev=2
2018-01-29 13:58:29 +00:00
6b0e974c79 Accepting request 570229 from home:vrothberg:branches:devel:tools
- Update vgrep v2.0.1 to v2.0.2
  https://github.com/vrothberg/vgrep/releases/tag/2.0.2

OBS-URL: https://build.opensuse.org/request/show/570229
OBS-URL: https://build.opensuse.org/package/show/devel:tools/vgrep?expand=0&rev=5
2018-01-28 17:52:37 +00:00
b266fe2a3c Accepting request 560432 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/560432
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vgrep?expand=0&rev=1
2018-01-19 10:50:49 +00:00
429ab75447 Accepting request 560036 from home:jengelh:branches:devel:tools
- Avoid fdupes across partitions.
- Trim filler wording from summary.

OBS-URL: https://build.opensuse.org/request/show/560036
OBS-URL: https://build.opensuse.org/package/show/devel:tools/vgrep?expand=0&rev=3
2017-12-26 20:02:15 +00:00
Valentin Rothberg
e1914ac221 Accepting request 558522 from home:vrothberg
Remove useless service (for released tarballs) and use implicit one.

OBS-URL: https://build.opensuse.org/request/show/558522
OBS-URL: https://build.opensuse.org/package/show/devel:tools/vgrep?expand=0&rev=2
2017-12-19 12:31:33 +00:00
c572020409 Accepting request 558300 from home:vrothberg
I want to get this package into Tumbleweed and also want to maintain it.
devel:tools looks to be a fitting home for it (see below).

- Add package for vgrep v2.0.1 (https://github.com/vrothberg/vgrep)
  vgrep is a command-line tool to search textual patterns in directories. It
  serves as a frontend to grep and git-grep and allows to open the indexed
  matching lines in a user-specified editor. vgrep is inspired by the ancient
  cgvg scripts but extended to perform further operations such as listing
  statistics of files and directory trees or showing the context lines before
  and after the matches.

OBS-URL: https://build.opensuse.org/request/show/558300
OBS-URL: https://build.opensuse.org/package/show/devel:tools/vgrep?expand=0&rev=1
2017-12-19 08:11:27 +00:00