index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
cask
/
lib
/
hbc
/
cli
/
search.rb
Age
Commit message (
Expand
)
Author
2017-08-31
Changed warning message as recommended by @reitermarkus
Alexey Alekhin
2017-08-26
Changed online search failure to warning and removed stacktrace
Alexey Alekhin
2017-08-24
Narrowed rescued error type
Alexey Alekhin
2017-08-23
Formatting fix
Alexey Alekhin
2017-08-23
Fixed style issues
Alexey Alekhin
2017-08-23
Added rescue block for the remote cask search failure
Alexey Alekhin
2017-08-23
brew cask search without query just outputs all available cask tokens
Alexey Alekhin
2017-08-20
Move fix from #3070 inside `GitHub` module.
Markus Reiter
2017-08-19
Skip search_remote on cask search when HOMEBREW_NO_GITHUB_API is set
Francisco Souza
2017-08-14
Implement PR feedback
Ben Muschol
2017-08-13
Remove duplicate url generation logic in Github module
Ben Muschol
2017-07-07
Output plain list when running `brew cask search` without a TTY.
Markus Reiter
2017-06-06
Fix parsing `--require-sha` and `HOMEBREW_CASK_OPTS`.
Markus Reiter
2017-05-22
Add `CLI::Options` DSL.
Markus Reiter
2017-05-22
Remove redundant `self.run` methods.
Markus Reiter
2017-05-22
Rename `Base` and `InternalUseBase`.
Markus Reiter
2017-05-22
Refactor `CLI::Search`.
Markus Reiter
2017-04-25
Add remote search to `brew cask search`.
Markus Reiter
2017-03-13
Added tests for highlight installed and fixed style errors
Nath Tumlin
2017-03-11
Removed Hbc::
Nath Tumlin
2017-03-11
Moved highlight_installed from utils.rb to search.rb
Nath Tumlin
2017-03-10
Added highlighting of installed casks to cask search
Nath Tumlin
2016-11-13
Use guard clauses.
Markus Reiter
2016-10-23
Use slash-delimited regular expressions.
Markus Reiter
2016-10-15
Convert `puts_columns` to `puts Formatter.columns`.
Markus Reiter
2016-09-24
Cask: Use nested classes and modules.
Markus Reiter
2016-09-05
Remove `homebrew-fonts` hack from search.
Markus Reiter
2016-09-05
Add `cask_files` method to `Tap` class.
Markus Reiter
2016-08-19
init
AnastasiaSulyagina