FS#54910 - [surfraw] bash completion not included
Attached to Project:
Community Packages
Opened by Tom Hale (Ataraxy) - Sunday, 23 July 2017, 08:20 GMT
Last edited by Jaroslav Lichtblau (Dragonlord) - Tuesday, 25 July 2017, 17:38 GMT
Opened by Tom Hale (Ataraxy) - Sunday, 23 July 2017, 08:20 GMT
Last edited by Jaroslav Lichtblau (Dragonlord) - Tuesday, 25 July 2017, 17:38 GMT
|
Details
Description:
The surfraw package does not include the file: https://github.com/kisom/surfraw/blob/master/surfraw-bash-completion.IN (It's not included in AUR-package https://www.archlinux.org/packages/extra/any/bash-completion/ either) I don't want to pollute my path with all the various search providers as suggested here: https://bbs.archlinux.org/viewtopic.php?id=120156 I do want to be able to type `surfraw` and hit tab and see only the completions which are applicable to surfraw. Additional info: * package version(s) * config and/or log files etc. Steps to reproduce: |
This task depends upon
Closed by Jaroslav Lichtblau (Dragonlord)
Tuesday, 25 July 2017, 17:38 GMT
Reason for closing: Won't implement
Additional comments about closing: Convince upstream to change the default behavior.
Tuesday, 25 July 2017, 17:38 GMT
Reason for closing: Won't implement
Additional comments about closing: Convince upstream to change the default behavior.
I have no idea why, that seems sheer madness...
Side note: that thread recommends /etc/bash_completion.d/ but the modern way is lazy-loading via /usr/share/bash-completion/completions/ since this completion script does not appear to do anything that requires loading automatically at shell startup.