aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils
AgeCommit message (Expand)Author
2017-06-24🗑️ Use AppleScript instead of Swift for trashing.Markus Reiter
2017-06-20Add `trash` util.Markus Reiter
2017-06-19Merge pull request #2778 from jasonkarns/tap-full-nameMike McQuaid
2017-06-19Tap learns to form its own full_nameJason Karns
2017-06-12Autocorrect Rubocop Style/SpecialGlobalVars.Mike McQuaid
2017-06-09BuildError: report options to analytics.Mike McQuaid
2017-06-07analytics: remove unused analytics.Mike McQuaid
2017-06-07tty: handle non-tty stdin.Mike McQuaid
2017-06-02Use stty instead of tput to get terminal widthEnrico Ghirardi
2017-05-29Use `Formatter::pluralize` where possible.Markus Reiter
2017-05-29Remove unused `popen_read_text` method.Markus Reiter
2017-05-24lock: simplify ruby conditionalMisty De Meo
2017-05-23lock: check tools are executableMisty De Meo
2017-05-23Optionally use Python's flock instead of Ruby'sMisty De Meo
2017-05-22Add audit check to see if both version and checksum changed.Markus Reiter
2017-05-08Remove `to_s` from some `Pathname`s.Markus Reiter
2017-04-25Remove unnecessary block.Markus Reiter
2017-04-25Add `GitHub::search_code` method.Markus Reiter
2017-04-23Fix and remove various TODOs.Mike McQuaid
2017-04-22More deprecations.Mike McQuaid
2017-03-23github: don't print when searching PRs.Mike McQuaid
2017-03-11Deprecate `#plural`.Markus Reiter
2017-03-11Add `Formatter::pluralize`.Markus Reiter
2017-02-27Merge pull request #1708 from joshka/feature/install-tap-cmd-completionsMike McQuaid
2017-02-26Install tap command completions and manpagesJoshua McKinney
2017-02-20Added support for returning HTTP status codes and for git and svn URLsDavid Broder-Rodgers
2017-01-12InreplaceError: fix undefined method crashilovezfs
2017-01-07Allow `brew audit` to fake a Safari user-agent.Mike McQuaid
2017-01-04Use docs.brew.sh links.Mike McQuaid
2016-12-29curl: make curl_args more configurable.Mike McQuaid
2016-12-11analytics: don't raise if tap doesn't exist.Mike McQuaid
2016-11-20Replace Utils::JSON with corelib JSON calls.William Woodruff
2016-11-20compat: deprecate Utils::JSON in favor of corelib JSON.William Woodruff
2016-11-17utils/json: Replace OkJson with Ruby's core JSON.William Woodruff
2016-11-11Check the lock directory is writable.Mike McQuaid
2016-10-30Improve GitHub API scopes output.Mike McQuaid
2016-10-26Redirect stderr output from git (shim) invocations to /dev/null.William Woodruff
2016-10-22Update Rubocop style.Mike McQuaid
2016-10-17Formatter: identifier: only reset color, not full stylingAndrew Janke
2016-10-15Move `Formatter.columns` into `utils/formatter`.Markus Reiter
2016-10-15Convert `puts_columns` to `puts Formatter.columns`.Markus Reiter
2016-10-15Use `proc` to fallback to `puts`.Markus Reiter
2016-10-15Fallback to `$stdout.tty?` unless `respond_to?(:tty?)`.Markus Reiter
2016-10-15`puts_columns` only has to be defined inside `module Kernel`.Markus Reiter
2016-10-15Refactor `puts_columns`.Markus Reiter
2016-10-01Use Formatter for all URLs.Markus Reiter
2016-10-01Add `Formatter` module.Markus Reiter
2016-10-01Refactor Tty.Markus Reiter
2016-10-01analytics: don't report commands run by HomebrewAlyssa Ross
2016-09-24Fix Style/GuardClause.Markus Reiter