🍺 BREW Explorer

← all formulae

jvgrep

brew install jvgrep v5.8.16 MIT

Grep for Japanese users of Vim

10
30-day installs · #8513
36
90-day · #8165
107
365-day · #9000
142
★ GitHub stars · updated 4mo ago

Build dependencies

go

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "go"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Grep for Japanese users of Vim",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:39:08+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "jvgrep",
  "github_default_branch": "master",
  "github_last_commit_at": "2026-04-13T12:28:21Z",
  "github_readme_excerpt": "jvgrep\n======\n\n`jvgrep` is grep for Japanese vimmer. You can find text from files that written in another Japanese encodings.\n\n![](http://go-gyazo.appspot.com/8a66f5af5f60da99.png)\n\nDownload\n--------\n\nSee [releases](https://github.com/mattn/jvgrep/releases)\n\nInstall\n-------\n\nTo compile jvgrep, you must install golang.\n\n\u003e http://golang.org/\n\nAnd type following\n\nGo 1.16 or later\n\n    # go install github.com/mattn/jvgrep/v5@latest\n\nGo 1.15 or before\n\n    # go get github.com/mattn/jvgrep/v5\n\n#### Mac OS X\n\n    # brew install jvgrep\n\nUsage\n-----\n\n    -8               : show result as utf8 text\n    -F               : PATTERN is a set of newline-separated fixed strings\n    -G               : PATTERN is a basic regular expression (BRE)\n    -P               : PATTERN is a Perl regular expression (ERE)\n    -R               : search files recursively\n    -S               : verbose messages\n    -V               : print version information and exit\n    --enc encodings  : encodings: comma separated\n    --exclude regexp : exclude files: specify as regexp\n                       (default: /\\.git$|/\\.svn$|/\\.hg$|\\.o$|\\.obj$|\\.a$|\\.exe~?$|/tags$)\n                       (specifying empty string won\u0027t exclude any files)\n    --no-color       : do not print colors\n    --color [=WHEN]  : always/never/auto\n    -c               : count matches\n    -r               : print relative path\n    -f file          : obtain pattern file\n    -i               : ignore case\n    -l               : print only names of FILEs containing matches\n    -I               : ignore binary files\n    -n               : print line number with output lines\n    -o               : show only the part of a line matching PATTERN\n    -v               : select non-matching lines\n    -z               : a data line ends in 0 byte, not newline\n    -Z               : print 0 byte after FILE name\n  \n    Supported Encodings:\n      ascii\n      iso-2022-jp\n      utf-8\n      euc-jp\n      sjis\n      utf-16le\n      utf-16be\n\nfor example",
  "github_repo": "mattn/jvgrep",
  "github_stars": 142,
  "github_topics": [],
  "homepage": "https://github.com/mattn/jvgrep",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 10,
  "installs_365d": 107,
  "installs_90d": 36,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "jvgrep",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 8513,
  "rank_365d": 9000,
  "rank_90d": 8165,
  "raw_hash": "028d3917660c6013",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/j/jvgrep.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "5.8.16",
  "versioned_formulae": [],
  "why_use_this": null
}