Created
September 30, 2013 04:45
-
-
Save yachi/6759466 to your computer and use it in GitHub Desktop.
bundle grep, similar to git grep but for gems in Gemfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # grep -r "$@" `bundle show --paths` | |
| # ack "$@" `bundle show --paths` | |
| function bung(){ | |
| ag "$@" `bundle show --paths` | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment