[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cmd completion.. normal that it doesnt complete dirs when cmds are a
From: |
Dale R. Worley |
Subject: |
Re: cmd completion.. normal that it doesnt complete dirs when cmds are available ? |
Date: |
Sun, 14 Nov 2021 21:29:38 -0500 |
Alex fxmbsw7 Ratchev <fxmbsw7@gmail.com> writes:
> i have a dir with some xbl*/ dirs and few xbl* commands ( via $PATH )
> i tried there xbl,tabtab but it only completed cmds
> is this desired ?
Naively, I would expect that when doing completion in the first position
in a command, that the completion process will only show you commands.
In this case, do any of the directories contain executable files? If
they do not, then there would be no use to show you the directories when
attempting to complete the command name.
Dale