index
:
homebrew
gh-pages
go
master
ranger-1.7.0
:beer: The missing package manager for OS X.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
cmd
/
search.rb
Age
Commit message (
Expand
)
Author
2013-06-12
Rename variables for clarity
Jack Nagel
2013-06-12
Extract search_taps method
Jack Nagel
2013-06-12
Pull tap list into a constant
Jack Nagel
2013-06-12
Remove use of global variable
Jack Nagel
2013-06-12
Rename method
Jack Nagel
2013-06-12
Extract query construction
Jack Nagel
2013-06-12
Use inspect instead of escaping quotes
Jack Nagel
2013-06-12
Move require out of method
Jack Nagel
2013-05-27
Add `brew search --debian <f>`
Adam Vandenberg
2013-05-22
Remove unnecessary rescue-all exception handling
Daniel Lee Harple
2013-05-22
Check GitHub API rate limit instead of silently failing
Daniel Lee Harple
2013-05-22
Pass a User-Agent when fetching data from the GitHub API
Daniel Lee Harple
2013-02-10
search homebrew-x11
Adam Vandenberg
2013-01-30
brew-search: search homebrew/apache tap.
Mike McQuaid
2013-01-23
brew search looks in samueljohn/python, too.
Samuel John
2013-01-23
Add Homebrew-completions to search
Adam Vandenberg
2012-12-27
Respect BROWSER environment variable
Jack Nagel
2012-09-01
Fix the name because adamv doesn't know what he's doing.
Adam Vandenberg
2012-09-01
bless alanthing/homebrew-apachemod
Adam Vandenberg
2012-08-09
Run each search_tap in a separate thread to speed things up.
hazz
2012-07-30
Deprecate adamv/alt from brew search
Max Howell
2012-04-05
Use GitHub API 3 in `brew search`
Max Howell
2012-03-25
Search Homebrew/games
Max Howell
2012-03-20
Don't query online for plain `brew search`
Max Howell
2012-03-18
Downcase when checking if no tap search needed
Max Howell
2012-03-18
Special case "Homebrew" in brew-search
Max Howell
2012-03-18
Add brew/versions and brew/dupes to search
Max Howell
2012-03-16
`brew search` will search taps we decide are core
Max Howell
2012-01-13
search: return results while parsing
Misty De Meo
2012-01-12
search: don't try to escape nil
Jack Nagel
2012-01-11
search: return matches from open pull requests
Jack Nagel
2011-03-12
Fix 'brew search' with no parameter.
Adam Vandenberg
2011-03-12
Use + instead of /.
Adam Vandenberg
2011-03-12
Refactor the blacklists
Max Howell
2011-03-12
Refactor the brew command into one file per command
Max Howell