"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Mikhail Pchelin <misha@freebsd.org>
Subject:
Re: [PATCH] zsh tab completion
To:
gameoftrees@openbsd.org
Date:
Fri, 24 Jul 2026 21:11:50 +0300

Download raw body.

Thread
On Fri, Jul 24, 2026 at 07:24:42PM +0200, Stefan Sperling wrote:
> Is this really something we need to host in our own repository?
>
> It's a config file for third-party software, so I'm not sure why
> we should be responsible for it.

That's why I put it in contrib/, usually this folder is just a
collection of things which users can find useful, like scripts for
third-party software written by other users, but I understand the
question, this way op@ could put his emacs scripts in the repo as well.

But comparing to emacs script, tab auto-complete may be the thing new
users expect out of the box, because popular software like ripgrep, fd,
eza, curl, etc ship it as part of the installation on OpenBSD.

Maybe it should belong to OpenBSD port then? If no, probably I'll start
searching the way to push it to zsh upstream.