You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 installing and reproduced the behaviour in both cases.
The text was updated successfully, but these errors were encountered:
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:
mkdir mydir && touch mydir/foo && touch mydir/bar
gum choose my<TAB>
mydir
won't completeExpected 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):
Additional context
I've observed this behaviour also with
freeze
andglow
. I've tried installing from homebrew andgo install
ing and reproduced the behaviour in both cases.The text was updated successfully, but these errors were encountered: