Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 879195

Summary: www-apps/nikola bash and zsh completion
Product: Gentoo Linux Reporter: Jonas Stein <jstein>
Component: Current packagesAssignee: Ulrich Müller <ulm>
Status: RESOLVED FIXED    
Severity: enhancement CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jonas Stein gentoo-dev 2022-11-02 15:48:40 UTC
Please add bash and zsh completion

The file is generated by nikola:

https://nikola.readthedocs.io/en/latest/manual.html#shell-tab-completion

$ nikola tabcompletion --shell bash > _nikola_bash
$ nikola tabcompletion --shell zsh  > _nikola_zsh
Comment 1 Ulrich Müller gentoo-dev 2022-11-03 14:30:32 UTC
(In reply to Jonas Stein from comment #0)
> $ nikola tabcompletion --shell bash > _nikola_bash
> $ nikola tabcompletion --shell zsh  > _nikola_zsh

It's not as easy as this, because at this point (in src_install) nikola isn't installed on the system yet.
Comment 2 Larry the Git Cow gentoo-dev 2023-03-29 18:38:38 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0647246077c3d39a0036fad725f76c47e8f167ff

commit 0647246077c3d39a0036fad725f76c47e8f167ff
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2023-03-29 18:36:15 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2023-03-29 18:38:24 +0000

    www-apps/nikola: Install bash and zsh completion files
    
    Closes: https://bugs.gentoo.org/879195
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 www-apps/nikola/nikola-8.2.3-r2.ebuild | 67 ++++++++++++++++++++++++++++++++++
 1 file changed, 67 insertions(+)