Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bash completion broken with filename choices containing space #2464

Open
laniakea64 opened this issue Nov 15, 2024 · 1 comment
Open

bash completion broken with filename choices containing space #2464

laniakea64 opened this issue Nov 15, 2024 · 1 comment

Comments

@laniakea64
Copy link
Contributor

Using just master and bash shell, in a folder with

$ ls
 justfile  'justfile (1)'

Trying to autocomplete just -f offers choices justfile and (1). It won't autocomplete justfile (1) (neither quoted nor backslash-escaped). It also won't autocomplete the common prefix justfile.

Autocompleting the just -f '(1)' choice doesn't work either, although I wouldn't expect the resulting command to work since there is no file named (1).

@casey
Copy link
Owner

casey commented Nov 17, 2024

Ahh, that's annoying. The completion scripts continue to be a source of pain 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants