zsh-completions
zsh-completions copied to clipboard
Additional completion definitions for Zsh.
``` autoload -Uz compinit compinit ``` The code above actually initializes `fpath` functions. Please, update [**#manual installation**](README.md#manual-installation) guide
The [howto copying completions](https://github.com/zsh-users/zsh-completions/blob/master/zsh-completions-howto.org#copying-completions-from-another-command) section states you can copy a completion from one command to another using: ``` compdef cmd1=cmd2 ``` This doesn't appear to work. In my case I...
Hi, would you please enable the Fedora 36 repository in OBS? Currently Fedora 35 is the latest Fedora shown when trying to install zsh-completions from the OBS repository linked in...
The program `sox` provides the `play` command. Tab-completion doesn't work because zsh-completions provides the `_play` function, which conflicts with it. Any way to resolve this?
I am trying to find brew install command but the installation readme redirects me to .rb file on clicking homebrew. Can I just get directions on how to install instead...
1Password CLI V2 has a completion generator, and I'd love to find a way to get it to work with zsh seamlessly. The syntax they suggest doesn't SEEM to work.....
👋 folks! I’ve been a heavy user of [yarn workspaces](https://classic.yarnpkg.com/lang/en/docs/workspaces/) for some time and would like to suggest an improvement to autocompletions. It might be quite a difficult one to...
Tarsnap now ships with a zsh completion script, and we now have tooling to make sure that it stays up to date with new options. Is there any reason to...
because it provides the zsh completion file now - [ ] This compdef is not already available in zsh. - [ ] This compdef is not already available in their...
Hi, I am not sure whether this is the right place but I spent a bit of time trying to wrap my head around how to write a completion function...