zsh-completions
zsh-completions copied to clipboard
Additional completion definitions for Zsh.
Add a completer for [arcanist](https://github.com/phacility/arcanist), which is a client of Phabricator. It has a bash completion, but it can't be loaded through bashcompinit.
The current instructions: [README.md#oh-my-zsh](https://github.com/zsh-users/zsh-completions/blob/5bef0323984bbec2def9839fb52db00285a07ebf/README.md#oh-my-zsh), suggest to add zsh-completions to `plugins` and rerun `compinit`. But that's sub-optimal. This will cause Zsh to rebuild the completion cache **twice** on each Zsh invocation:...
May be we could adopt oh-my-zsh's version. https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/pip
Hi, apologies if this is not the right place to ask. Posting in the [git](https://github.com/git/git/blob/master/contrib/completion/git-completion.zsh) repo felt like I wouldn't hit the right audience. I am having issues with my...
I am using MacOS catalina for a while and always get this REALLY annoying message when I use sudo zsh zsh compinit: insecure directories and files, run compaudit for list....
Hi, I am having good luck with the ssh completions included with this project. However, the Vagrant completion doesn't seem to be working for some reason. Do I need to...
There are great usability improvements which can be afforded by incomplete completion scripts. A good example is `nethogs`; if anyone has used this program on more than one machine, they...
Adding all of GOROOT means all of stdlib is added as completions to many commands, which I find rather noisy and rarely useful. Before: [~/check]% go install archive/ context/ fmt/...
Hello! Thanks for your work on zsh. Now I find I need a compinit run after each reboot. All of information at here: --- System: ArchLinux ZSH Path: /etc/oh-my-zsh zsh-completions:...
Apologies for the lack of details. I'm rather new to completions. I copied the _golang completion to my local completion dir and "go " caused terminal to exit with SEGSEV....