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

fish completions break tab-completion of files/folders #553

Open
beaumccartney opened this issue Apr 30, 2024 · 0 comments
Open

fish completions break tab-completion of files/folders #553

beaumccartney opened this issue Apr 30, 2024 · 0 comments

Comments

@beaumccartney
Copy link

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:

  1. install gum
  2. start fish and source gum completions
  3. mkdir mydir && touch mydir/foo && touch mydir/bar
  4. gum choose my<TAB>
  5. 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.

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

No branches or pull requests

2 participants