ltratt / pizauth

Command-line OAuth2 authentication daemon
https://tratt.net/laurie/src/pizauth/
Other
161 stars 5 forks source link

Install bash completion into `share/bash-completion/completions/pizauth`. #32

Closed ltratt closed 8 months ago

ltratt commented 8 months ago

Having looked at a couple of platforms (including OpenBSD, where pkg-config --variable completionsdir bash-completion doesn't return a value), it seems that share/bash-completion/completions/pizauth is the best overall choice.

@hseg Does this make sense?

hseg commented 8 months ago

On Sat, Jan 20, 2024 at 11:53:23AM -0800, Laurence Tratt wrote:

Having looked at a couple of platforms (including OpenBSD, where pkg-config --variable completionsdir bash-completion doesn't return a value), it seems that share/bash-completion/completions/pizauth is the best overall choice.

@hseg Does this make sense?

LGTM, mod the typo bash-completions -> bash-completion

ltratt commented 8 months ago

Thanks!