Replies: 2 comments 4 replies
-
|
Please provide the result of I can reproduce this issue with |
Beta Was this translation helpful? Give feedback.
0 replies
-
GNU bash, version 5.3.3(1)-release (x86_64-pc-linux-gnu) [Arch Linux]
ble.sh, version 0.4.0-devel4+2f564e63 (noarch) [git 2.51.1.dirty, GNU Make 4.4.1, GNU Awk 5.3.2, API 4.0, PMA Avon 8-g1, (GNU MPFR 4.2.2, GNU MP 6.3.0)]
bash-completion, version 2.16.0 (hash:480ffcc6a751e55621ec526eb5dea7a0d86d9e72, 17877 bytes) (noarch)
fzf key-bindings, (hash:30b776a502a3ff1c2d6ef99810a964a660038dcd, 6494 bytes) (noarch) (integration: on)
fzf completion, (hash:c30c47bf7ee5029dbe195dbec6843bb9a63fd897, 20497 bytes) (noarch) (integration: on)
bash-preexec, (hash:f20ece1798d9b25099485a6094408adba1f6da83, 14601 bytes) (noarch) (integration: on)
locale: LANG=en_IN.UTF-8
terminal: TERM=xterm-ghostty wcwidth=15.0-west/16.0-2+ri, xterm:10 (1;10;0)
options: +noclobber +autocd +cdspell +dirspell +extglob +histappend -hostcomplete +inherit_errexit +no_empty_cmd_completion +progcomp_alias |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Screencast.From.2025-10-20.12-59-37.mp4
As seen in the above video, the completions are broken for
bat -lwhich uses escaped spaces for multi worded completions.IMO the best result would be to have the completion add the selected entry in quotes without any backslashes to keep it simple and easily understandable.
Beta Was this translation helpful? Give feedback.
All reactions