| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-15 | cask bash completion: have upgrade only complete outdated packages | Andrew Janke | |
| 2018-01-13 | Merge pull request #3675 from apjanke/update-bash-cask-completions | Alyssa Ross | |
| update brew cask bash completions | |||
| 2018-01-12 | update brew cask bash completions | Andrew Janke | |
| 2018-01-12 | Suppress alias expansion in bash completion script | Jack Nagel | |
| 2018-01-09 | Merge pull request #3646 from apjanke/cask-bash-completion | Andrew Janke | |
| Cask bash completion | |||
| 2018-01-09 | bash completion: integrate xyb's cask bash completion with core brew completion | Andrew Janke | |
| 2018-01-09 | Pull in "brew cask" completions from xyb. | xyb | |
| 2018-01-09 | bash completion: add null completion where appropriate | Andrew Janke | |
| 2017-08-13 | Make comment easier to read. | Randall Wood | |
| 2017-08-13 | Remove "*instal" aliases from bash completion | Randall Wood | |
| Remove all command aliases ending in "instal" (single letter L) from the bash completion. This has the practical effect of removing the aliases "instal" and "uninstal" from bash completion, allowing "install" and "uninstall" to be auto completed once the first three characters of each "ins" or "uni" are typed in. | |||
| 2016-10-15 | Rename tap-readme command to tap-new. | Mike McQuaid | |
| Write the README but also a `.travis.yml` file (and in future perhaps a `Jenkinsfile`). | |||
| 2016-09-28 | completion: Avoid aliases with `command ls` | Eli Young | |
| If the user has an alias overriding the `ls` command that modifies the output (e.g. `alias ls='ls -F'`), it will cause unexpected characters to appear in completions. Using `command ls` forces the shell to use the command directly, without alias expansion. This also blackholes the stderr of `ls` when used to avoid printing errors during completion if the requisite directory does not exist. | |||
| 2016-09-20 | Rearrange repository files. | Mike McQuaid | |
