jvgrep

Grep tool optimized for searching Japanese text in Vim

brewmacoslinux
Try with needOr install directly
Source

About

Grep for Japanese users of Vim

Commands

jvgrep

Examples

Search for Japanese text in files$ jvgrep 'パターン' *.txt
Recursively search directory for pattern$ jvgrep -r 'キーワード' .
Search with case-insensitive matching$ jvgrep -i 'japanese' file.txt