HalosGhost / pbpst

A command-line libcurl C client for pb deployments
GNU General Public License v2.0
44 stars 9 forks source link

Tab completion for -P #59

Closed HalosGhost closed 8 years ago

HalosGhost commented 8 years ago

Right now, tab-completing -P will complete http{s,}://, but nothing else.

It was a solid start, but if we implement #58, we could ostensibly tab-complete all the providers that have been used so far which would be a significant improvement in tab completion quality.

HalosGhost commented 8 years ago

a1416f5c1465070a944538824529ec448b1a8feb should have been named "preliminary tab completion for -P in zsh". Now just bash needs to be updated (it is slightly out of date anyway).

cc @halfwit

HalosGhost commented 8 years ago

The bash tab-completion for -P and -DH has some oddities, but it's functional, so it's a start.