Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "bundle search" subcommand #360

Merged
merged 1 commit into from
May 8, 2015
Merged

Add "bundle search" subcommand #360

merged 1 commit into from
May 8, 2015

Commits on May 8, 2015

  1. Add "bundle search" subcommand

    Bundler 1.8+ added support for git-style subcommands. Any scripts
    starting with `bundler-` in your path are executable as bundler
    subcommands.
    
    This adds `search` as a subcommand that uses `ag` to search for a string
    among all gems in your bundle (default) or optionally a specific gem.
    I've found this useful for finding the source of puzzling deprecations,
    finding what gem provides a method, and other various things.
    derekprior authored and Greg Lazarev committed May 8, 2015
    Configuration menu
    Copy the full SHA
    734c130 View commit details
    Browse the repository at this point in the history