eli-schwartz / aurpublish

PKGBUILD management framework for the Arch User Repository
GNU General Public License v2.0
246 stars 18 forks source link

Implement _aurpublish zsh completions. #2

Closed alyptik closed 6 years ago

alyptik commented 6 years ago

Add self-maintaining zsh completions for commands, package directories, and options.

eli-schwartz commented 6 years ago

Very nice, still working on my bash one though.

Note, the example ls-tree I demonstrated in IRC, uses :/ to tell git to list possibilities as relative paths descending from the repository root. This is important.

eli-schwartz commented 6 years ago

\o/ bash completion is basically a go

eli-schwartz commented 6 years ago

Awesome! So finally (after some IRC discussion), this should basically cover everything the bash version does, except:

That seems good to go then.

eli-schwartz commented 6 years ago

Squashed and merged manually.