igrep
brew install igrep
v1.3.0
MIT
Interactive grep
8
30-day installs · #9430
47
90-day · #7508
301
365-day · #6314
839
★ GitHub stars · updated 6mo ago
Build dependencies
Links
- https://github.com/konradsz/igrep
- GitHub: konradsz/igrep
- Brew formula source: Formula/i/igrep.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"rust"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Interactive grep",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:38:47+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "igrep",
"github_default_branch": "main",
"github_last_commit_at": "2026-02-01T20:41:46Z",
"github_readme_excerpt": "# igrep - Interactive Grep\nRuns [grep](https://crates.io/crates/grep) ([ripgrep\u0027s](https://github.com/BurntSushi/ripgrep/) library) in the background, allows interactively pick its results and open selected match in text editor of choice (vim by default).\n\n`igrep` supports macOS and Linux. Reportedly it works on Windows as well.\n\n\u003cimg src=\"./assets/v1_0_0.gif\"/\u003e\n\n## Usage\n`ig [OPTIONS] \u003cPATTERN|--type-list\u003e [PATHS]...`\n\n### Args\n```\n\u003cPATTERN\u003e Regular expression used for searching.\n\u003cPATHS\u003e... Files or directories to search. Directories are searched recursively.\n If not specified, searching starts from current directory.\n```\n\n### Options\n```\n-., --hidden Search hidden files and directories. By default, hidden files and\n directories are skipped.\n --editor \u003cEDITOR\u003e Text editor used to open selected match.\n [possible values: check supported text editors section]\n --context-viewer \u003cVIEWER\u003e Context viewer position at startup [default: none]\n [possible values: none, vertical, horizontal]\n --custom-command \u003cCOMMAND\u003e Custom command used to open selected match.\n Must contain {file_name} and {line_number} tokens (check Custom Command section).\n-g, --glob \u003cGLOB\u003e Include files and directories for searching that match the given glob.\n Multiple globs may be provided.\n-h, --help Print help information\n-i, --ignore-case Searches case insensitively.\n-L, --follow Follow symbolic links while traversing directories\n-S, --smart-case Searches case insensitively if the pattern is all lowercase.\n Search case sensitively otherwise.\n-t, --type \u003cTYPE_MATCHING\u003e Only search files matching TYPE.\n Multiple types may be provided.\n-T, --type-no",
"github_repo": "konradsz/igrep",
"github_stars": 839,
"github_topics": [],
"homepage": "https://github.com/konradsz/igrep",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 8,
"installs_365d": 301,
"installs_90d": 47,
"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": "igrep",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 9430,
"rank_365d": 6314,
"rank_90d": 7508,
"raw_hash": "96fc200abc303236",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/i/igrep.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": null,
"version_stable": "1.3.0",
"versioned_formulae": [],
"why_use_this": null
}