aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/cli
AgeCommit message (Collapse)Author
2017-04-25Add remote search to `brew cask search`.Markus Reiter
2017-04-23Merge pull request #2362 from joshka/install-uninstall-messagesMarkus Reiter
Install uninstall messages
2017-04-22Merge pull request #2514 from reitermarkus/refactor-cask-metadataMarkus Reiter
Refactor cask metadata directory methods.
2017-04-21Refactor cask metadata directory methods.Markus Reiter
2017-04-21Remove extraneous }Louis Romero
2017-03-27Installer#reinstall instead of #install :reinstallJoshua McKinney
Call an explicit method on Installer to reinstall rather than using a flag to indicate when we're reinstalling a cask
2017-03-19Refactor brew cask reinstallJoshua McKinney
The implementation of the reinstall command was the same as Installer#install, aside from the uninstall of the existing cask. Moved this within the class to DRY up the implementation.
2017-03-16Replace `Hbc.load` with `CaskLoader.load`.Markus Reiter
2017-03-16Replace `Hbc.path` with `CaskLoader.path`.Markus Reiter
2017-03-16Merge pull request #2309 from axiac/cask-outdatedMarkus Reiter
add command 'cask outdated'
2017-03-16Add test for command help strings.Markus Reiter
2017-03-15add command 'cask outdated'Valentin VĂLCIU
2017-03-15Merge pull request #2326 from vszakats/sprotMike McQuaid
secure urls + remove -k from in-doc curl command
2017-03-15Merge pull request #2311 from nath/highlightInstalledCasksMarkus Reiter
Added highlighting of installed casks to cask search
2017-03-14secure urls + remove -k from in-doc curl commandViktor Szakats
2017-03-13Added tests for highlight installed and fixed style errorsNath Tumlin
2017-03-12Add `#installed_caskfile` method to `Cask` class.Markus Reiter
2017-03-12Change instances of caskroom.io to caskroom.github.ioNumbermaniac
2017-03-11Removed Hbc::Nath Tumlin
2017-03-11Moved highlight_installed from utils.rb to search.rbNath Tumlin
2017-03-12Migrate legacy Caskroom.Markus Reiter
2017-03-11Add `Formatter::pluralize`.Markus Reiter
2017-03-10Added highlighting of installed casks to cask searchNath Tumlin
2017-03-08Move `brew cask --version` into separate file.Markus Reiter
2017-03-08Merge pull request #2284 from reitermarkus/cask-refactor-cliMarkus Reiter
Refactor CLI options.
2017-03-08Merge pull request #2286 from reitermarkus/redundant-utilsMarkus Reiter
Remove redundant `Utils`.
2017-03-07Remove redundant `Utils`.Markus Reiter
2017-03-07Refactor CLI options.Markus Reiter
2017-03-06Refactor `brew cask _audit_modified_casks`.Markus Reiter
2017-03-05Use `--force-default-config` option for `brew cask style`.Markus Reiter
2017-02-17`fetch` needs cache to be created.Markus Reiter
2017-02-12Use constants for RuboCop version.Markus Reiter
2017-02-10Display message when running `brew cask _stanza` without arguments.Markus Reiter
2017-02-07Merge pull request #1956 from reitermarkus/refactor-artifactsMarkus Reiter
Refactor `Artifact`.
2017-02-07Let `Artifact::for_cask` return artifact instances.Markus Reiter
2017-02-05Fix test for `brew cask doctor`.Markus Reiter
2017-02-05Simplify rendering of environment variables.Markus Reiter
2017-02-05Simplify cache output.Markus Reiter
2017-02-05Add `user_tilde` method to shorten/anonymize output.Markus Reiter
2017-02-05Simplify output of environment variables.Markus Reiter
2017-02-05Remove legacy tap pattern.Markus Reiter
2017-02-05Simplify `brew cask doctor`.Markus Reiter
2017-01-23Merge pull request #1894 from reitermarkus/appcast-checkpoint1.1.8Markus Reiter
Add internal command to calculate appcast checkpoint.
2017-01-23Add manpage entry for _appcast_checkpoint.Markus Reiter
2017-01-23Add support for calculating appcast checkpoint from URLs.Markus Reiter
2017-01-23Add --calculate (print current checkpoint without it)Vítor Galvão
2017-01-23cask - internal_stanza: use cask_tokens_from(args)Vítor Galvão
2017-01-23cask - internal stanzas: lowercase helpVítor Galvão
2017-01-23Add internal command to calculate appcast checkpoint.Markus Reiter
2017-01-23cask - internal_stanza: arguments to argsVítor Galvão