bundle_grep
Add to shell rc:
# Search all bundled gems for a term
bundle_grep() {
  grep --color -r "$@" $(bundle show --paths)
}Written by Tieg Zaharia
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
 #Ruby 
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#

 
 
 
 
