Hi,
So with the git conversion, and some use, I was wanting some zsh
completion goodness on fedpkg. Attached is a zsh function file which
should cover just about everything. Also, something like:
# Use local functions
fpath=($fpath $HOME/.zsh/func)
typeset -U fpath
autoload -Uz compinit && compinit
is needed in your ~/.zshrc (replacing $HOME/.zsh/func as needed).
There are a few known issues such as the branch (just when cloning;
switch-branch looks at remote branches as well since its available) and
architecture lists being constant but I don't know of a way to reliably
generate these. Anyone else know how it might be discovered?
I'd like to get some wider testing on it than what I subjected it to.
Constructive criticism welcome.
--Ben