Replies: 3 comments 1 reply
-
The
Please read the Builtin gloabl variables. |
Beta Was this translation helpful? Give feedback.
-
Hi, that works insofar, as I am now getting the expected list of matches, e.g.:
However, when I hit The code looks as follows now:
Oh and another weird behavior, when I enter directly (that is, no
then I get:
So, a |
Beta Was this translation helpful? Give feedback.
-
Hi, based on your suggestion I now found a workaround. The problem seemed to be the way I fetched the candidates for the Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
first of all: i really like this script, it helps me a lot!
My problem is as follows: I use the following completion configuration (shortened):
So, the command
jaildk rc
executes a command (an rc script in fact) inside a jail. I get completion for the jails. However, in order to get completion for the available rc-scripts in a particular jail, I need to know which jail the user has selected by completion at this point:That is, when the user hits
<tab>
after-r
AND a jail has already been selected likednsjail
in this case, then I need that namednsjail
to get a list of valid rc-scripts active in that jail.Is something like this possible with bash-completor?
Beta Was this translation helpful? Give feedback.
All reactions