Search Homebrew/games
This commit is contained in:
parent
0aea8d39e6
commit
05c140e2e4
@ -30,10 +30,13 @@ module Homebrew extend self
|
||||
|
||||
if query
|
||||
$found = search_results.length
|
||||
|
||||
# TODO parallelize!
|
||||
puts_columns search_tap "adamv", "alt", rx
|
||||
puts_columns search_tap "josegonzalez", "php", rx
|
||||
puts_columns search_tap "Homebrew", "versions", rx
|
||||
puts_columns search_tap "Homebrew", "dupes", rx
|
||||
puts_columns search_tap "Homebrew", "games", rx
|
||||
|
||||
if $found == 0 and not blacklisted? query
|
||||
puts "No formula found for \"#{query}\". Searching open pull requests..."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user