Bug 273158

Summary: deskutils/just: Enable shell completions by default
Product: Ports & Packages Reporter: Michael Adler <therisen06>
Component: Individual Port(s)Assignee: Yuri Victorovich <yuri>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (yuri)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Michael Adler 2023-08-16 10:09:52 UTC
The `completions` directory contains various shell completion scripts (e.g. bash, zsh). It would be great if these were installed by default. They can also be generated using e.g. `just --completions zsh`.
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2023-08-16 16:27:02 UTC
Completions added.

Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-08-16 16:27:34 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b5143c4509426867c175d5c67ab0b9f8b2b76afc

commit b5143c4509426867c175d5c67ab0b9f8b2b76afc
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-08-16 14:31:59 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-08-16 16:26:52 +0000

    deskutils/just: Add COMPLETIONS option, ON by default

    PR:             273158
    Requested by:   Michael Adler <therisen06@gmail.com>

 deskutils/just/Makefile | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)
Comment 3 Michael Adler 2023-08-18 06:19:31 UTC
Thanks Yuri for the quick port update!
Comment 4 Yuri Victorovich freebsd_committer freebsd_triage 2023-08-18 06:20:34 UTC
(In reply to Michael Adler from comment #3)

You are welcome!

Yuri