Skip to main content
0 votes
1 answer
76 views

I created a fresh WSL2 container of Ubuntu-24.04. Also, I created a new default user there that has different name than my Win user, moved the container file to another location. In general, the ...
PIoneer_2's user avatar
  • 556
0 votes
1 answer
70 views

How can bash completions match against one set of values, but insert a different associated value per match value? e.g., I want to match against, and display, text names, but I want to insert a ...
XDR's user avatar
  • 4,580
1 vote
1 answer
168 views

I am writing an autocomplete function for my personal cli. Here below is a reduced version of my compdef. As I type my-cli <TAB> I can see the subcmd autocompleting. As I type my-cli macos <...
64rl0's user avatar
  • 122
0 votes
0 answers
67 views

I have several scripts that expect a git branch as argument, rather than specifying the completion mechanism for all of these, is it possible to invoke a specific "completion activity" ...
Moberg's user avatar
  • 5,636
0 votes
1 answer
49 views

If I have a program located in /a/prog and /a is not in PATH, is it possible to specify a bash completion for running ./prog in /a so that it doesn't affect any other program named prog located ...
SU3's user avatar
  • 5,499
2 votes
2 answers
311 views

I have a command ts which takes as its arguments a command and that command's arguments. I want tab-completion to "do the right thing", namely: When I type, for example ts foo<tab> ...
DrHyde's user avatar
  • 1,715
1 vote
1 answer
139 views

I have a program foo for which I've written a bash-completion script, and that all works fine. I have dozens of wrapper-scripts bar1, bar2 ... which just sets one of the command-line options #/usr/...
jjg's user avatar
  • 1,120
1 vote
1 answer
63 views

I've been trying to add an autocomplete for my custom command, "git extract-unmerged". I'm using git on Windows in git bash through MSYS2 if it matters. I created a bash script in $HOME/...
kreso's user avatar
  • 23

15 30 50 per page
1
2 3 4 5
23