Homebrew Cask Completion

bash and fish auto-completion scripts for brew-cask
Alternatives To Homebrew Cask Completion
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Zsh Autosuggestions26,292
11 days ago1March 03, 2021144mitShell
Fish-like autosuggestions for zsh
Kubectx14,910
3 months ago26January 11, 202246apache-2.0Go
Faster way to switch between clusters and namespaces in kubectl
Zsh Completions6,039
3 days ago1March 03, 202136otherShell
Additional completion definitions for Zsh.
Fasd5,027
3 years ago1February 27, 2018109mitShell
Command-line productivity booster, offers quick access to files and directories, inspired by autojump, z and v.
Zsh Autocomplete3,348
7 days ago6mitShell
🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
Git Flow Completion2,588
5 years ago16mitShell
Bash, Zsh and fish completion support for git-flow.
Dotfiles2,154
4 years ago7mitVimL
config files for zsh, bash, completions, gem, git, irb, rails
Fzf Tab2,055
2 months ago57mitShell
Replace zsh's default completion selection menu with fzf!
Gibo1,814
9 months ago1February 27, 20181unlicenseShell
Easy access to gitignore boilerplates
Omelette1,260155101a year ago21September 21, 202115mitCoffeeScript
Omelette is a simple, template based autocompletion tool for Node and Deno projects with super easy API. (For Bash, Zsh and Fish)
Alternatives To Homebrew Cask Completion
Select To Compare


Alternative Project Comparisons
Readme

Homebrew Cask Completion

Bash and fish auto-completion scripts for brew-cask. Does not work for brew cask currently.

If you looking for zsh support, please use oh-my-zsh.

Installation

Just type:

brew install homebrew/completions/brew-cask-completion

Or:

brew tap homebrew/completions
brew install brew-cask-completion

Manual Installation

Bash:

git clone https://github.com/xyb/homebrew-cask-completion.git
cd homebrew-cask-completion/
ln -s $(pwd)/homebrew-cask-completion.bash $(brew --prefix)/etc/bash_completion.d/brew-cask

Fish:

git clone https://github.com/xyb/homebrew-cask-completion.git
cd homebrew-cask-completion/
mkdir -p ~/.config/fish/completions
ln -s $(pwd)/brew-cask.fish ~/.config/fish/completions
Popular Zsh Projects
Popular Completion Projects
Popular Command Line Interface Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Shell
Script
Bash
Zsh
Completion