Kharacternyk / pacwall

A live wallpaper that shows the dependency graph and status of installed packages.
GNU General Public License v3.0
558 stars 33 forks source link

Add shell completion functions #19

Open patatahooligan opened 4 years ago

patatahooligan commented 4 years ago

Most shells have some directory in /usr/share where packages can place scripts to implement tab-completion functions. It would be nice to implement these functions and have the PKGBUILD place them where appropriate.

I can't say what the ultimate goal for the issue should be but I believe it should at least cover bash and zsh which are very popular.

Kharacternyk commented 4 years ago

v2.* doesn't have parametrized command line options. It may get them in the future, though, so I don't close this.