On Fri, Feb 25, 2022 at 8:29 AM konsolebox <konsole...@gmail.com> wrote: > What I need more is an option that allows replacing the current > word including the quote (', ", or $') that begins it with the result > as is rather than appending the result to the quote.
... because the result is already quoted with `printf %q`. > Maybe a method > that can prevent space from being added on a specific completion > result can be added instead too. For this to work consistently, single-result directories should always be added with a space as well. -- konsolebox