Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Zsh Autosuggestions | 26,292 | 11 days ago | 1 | March 03, 2021 | 144 | mit | Shell | |||
Fish-like autosuggestions for zsh | ||||||||||
Kubectx | 14,910 | 3 months ago | 26 | January 11, 2022 | 46 | apache-2.0 | Go | |||
Faster way to switch between clusters and namespaces in kubectl | ||||||||||
Zsh Completions | 6,039 | 3 days ago | 1 | March 03, 2021 | 36 | other | Shell | |||
Additional completion definitions for Zsh. | ||||||||||
Fasd | 5,027 | 3 years ago | 1 | February 27, 2018 | 109 | mit | Shell | |||
Command-line productivity booster, offers quick access to files and directories, inspired by autojump, z and v. | ||||||||||
Zsh Autocomplete | 3,348 | 7 days ago | 6 | mit | Shell | |||||
🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion. | ||||||||||
Git Flow Completion | 2,588 | 5 years ago | 16 | mit | Shell | |||||
Bash, Zsh and fish completion support for git-flow. | ||||||||||
Dotfiles | 2,154 | 4 years ago | 7 | mit | VimL | |||||
config files for zsh, bash, completions, gem, git, irb, rails | ||||||||||
Fzf Tab | 2,055 | 2 months ago | 57 | mit | Shell | |||||
Replace zsh's default completion selection menu with fzf! | ||||||||||
Gibo | 1,814 | 9 months ago | 1 | February 27, 2018 | 1 | unlicense | Shell | |||
Easy access to gitignore boilerplates | ||||||||||
Omelette | 1,260 | 155 | 101 | a year ago | 21 | September 21, 2021 | 15 | mit | CoffeeScript | |
Omelette is a simple, template based autocompletion tool for Node and Deno projects with super easy API. (For Bash, Zsh and Fish) |
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.
Just type:
brew install homebrew/completions/brew-cask-completion
Or:
brew tap homebrew/completions
brew install brew-cask-completion
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