bash-completion icon indicating copy to clipboard operation
bash-completion copied to clipboard

WIP: Support more bind9 utilities

Open pemensik opened this issue 11 months ago • 2 comments

host and nslookup are already supported. But dig is not, similarly with delv and others.

pemensik avatar Jan 27 '25 22:01 pemensik

https://gitlab.isc.org/isc-projects/bind9/-/issues/4879

@yedayak seems to have already shown interest in implementing it in the upstream project, and the upstream maintainer seems to be interested in having and maintaining the completions in their repository. If @yedayak has already started working on them, those two versions could be combined. After that, we can submit it to the upstream project.

akinomyoga avatar Jan 27 '25 22:01 akinomyoga

https://gitlab.isc.org/isc-projects/bind9/-/issues/4879

@yedayak seems to have already shown interest in implementing it in the upstream project, and the upstream maintainer seems to be interested in having and maintaining the completions in their repository. If @yedayak has already started working on them, those two versions could be combined. After that, we can submit it to the upstream project.

I have a start, but it mostly just has sed commands to extract + commands from the help.

yedayak avatar Jan 28 '25 18:01 yedayak