macOS
brew install vgreplocal Homebrew formula metadata
sudo port install vgrepMacPorts ports tree · textproc/vgrep/Portfile · source: api.github.com
brew
User-friendly pager for grep. Version 2.8.0 via Homebrew; verified from local package data.
install
brew install vgreplocal Homebrew formula metadata
sudo port install vgrepMacPorts ports tree · textproc/vgrep/Portfile · source: api.github.com
sudo dnf install vgrepFedora Rawhide package metadata · vgrep · source: dl.fedoraproject.org
nix profile install nixpkgs#vgrepnixpkgs package indexes · pkgs/by-name/vg/vgrep/package.nix · source: api.github.com
sudo zypper install vgrepopenSUSE Tumbleweed package metadata · vgrep · source: download.opensuse.org
overview
User-friendly pager for grep
history
vgrep is a user-friendly pager and interactive front end for grep-like search tools. It indexes matches from grep, git-grep, ripgrep, and similar commands so users can browse results and jump directly into a chosen location in an editor.
The vrothberg/vgrep repository was created in March 2015. The README describes vgrep as inspired by the older cgvg scripts, but extended with operations such as file and directory statistics and context-line display around matches.
vgrep matured as a Go CLI for a familiar terminal workflow: search first, then navigate results. GitHub releases show continued maintenance through v2.x releases, including v2.8.0 in May 2024 with fixes for gracefully handling errors from grep-like tools.
vgrep's adoption is modest but real across Unix-like package ecosystems. It appears in Homebrew, Fedora/DNF, MacPorts, Nix, and openSUSE/Zypper metadata, and secondary package indexes describe it consistently as a grep pager or front end.
The tool's appeal is strongest among developers who already use grep, git-grep, or ripgrep but want persistent indexed results and editor integration without switching to a full-screen IDE search interface.
In normal use, vgrep runs a grep-style search, displays numbered results, and lets the user open selected matches in an editor such as Vim or Emacs. It also supports interactive browsing, context display, and cached result selection so users can revisit indexed matches without rerunning a search.
Because it works with existing search tools rather than replacing pattern matching itself, vgrep fits into shell pipelines and source-code search habits. It is a pager and navigator around grep-family output, not a new regular-expression engine.
vgrep is a classic small-package utility: one executable that improves a decades-old command-line primitive by adding navigation state. Its package significance comes from making grep output act more like a lightweight code-search UI while staying editor- and shell-friendly.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
vgrep | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/vrothberg/vgrep
install metadata
| Package key | brew:vgrep |
|---|---|
| Version | 2.8.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/vgrep |
| Homepage | https://github.com/vrothberg/vgrep |
| Repository | https://github.com/vrothberg/vgrep |
| Upstream docs | https://github.com/vrothberg/vgrep#readme |
| License | GPL-3.0-only |
| Source archive | https://github.com/vrothberg/vgrep/archive/refs/tags/v2.8.0.tar.gz |
| Build dependencies | go, go-md2man |
| Bottle | available (on arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | vgrep |
| Version Scheme | 1 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
vgrep
nix profile install nixpkgs#vgrepvgrep 2.8.0-9.fc45
User-friendly pager for grep
https://github.com/vrothberg/vgrep
sudo dnf install vgrepvgrep 2.8.0-1.6
Frontend for git-grep and grep
https://github.com/vrothberg/vgrep
sudo zypper install vgrepvgrep
sudo port install vgrepsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.