gum
gum copied to clipboard
fish completions break tab-completion of files/folders
Describe the bug Sourcing the completion script in fish allows me to tab-complete gum subcommands but then I can't complete files or directories after.
To Reproduce Steps to reproduce the behavior:
- install gum
- start fish and source gum completions
-
mkdir mydir && touch mydir/foo && touch mydir/bar
-
gum choose my<TAB>
-
mydir
won't complete
Expected behavior Tab completes mydir. Tried this in zsh and it works fine
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: MacOS 14.4.1
Additional context
I've observed this behaviour also with freeze
and glow
. I've tried installing from homebrew and go install
ing and reproduced the behaviour in both cases.