Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 879195 - www-apps/nikola bash and zsh completion
Summary: www-apps/nikola bash and zsh completion
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Ulrich Müller
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-02 15:48 UTC by Jonas Stein
Modified: 2023-03-29 18:41 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(+)