Bug 273158 - deskutils/just: Enable shell completions by default
Summary: deskutils/just: Enable shell completions by default
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-16 10:09 UTC by Michael Adler
Modified: 2023-08-18 06:20 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (yuri)


Attachments

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