search homebrew-x11
This commit is contained in:
parent
12d2900231
commit
b85bf58007
@ -41,6 +41,7 @@ module Homebrew extend self
|
||||
threads << Thread.new { search_tap "Homebrew", "games", rx }
|
||||
threads << Thread.new { search_tap "Homebrew", "science", rx }
|
||||
threads << Thread.new { search_tap "Homebrew", "completions", rx }
|
||||
threads << Thread.new { search_tap "Homebrew", "x11", rx }
|
||||
|
||||
threads.each do |t|
|
||||
results << t.value
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user