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

Apply a consistent case-insensitive input for pattern matching #35

Open
ReneFroger opened this issue Nov 20, 2023 · 0 comments
Open

Apply a consistent case-insensitive input for pattern matching #35

ReneFroger opened this issue Nov 20, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ReneFroger
Copy link

Describe the bug
I have the following folder Foo with subfolder Bar inside it.

When I do cd and calling fifc, then I type foo bar and I see the folders Foo/Bar.

When I do mv sample.jpg and calling fifc again, then I type foo but I don't see the folder Foo because it contains a uppercase while my input has no uppercase for F. Same applies for Bar.

This might be confusing because usually you would expect the same matching pattern for folders when using cd.

If you might not be in favor of this approach, then perhaps consider to enable this with a setting?

  • fish version
  • Fish 3.6.1
  • Distribution cat /etc/os-release
    Ubuntu 20.04 LTS
@ReneFroger ReneFroger added the bug Something isn't working label Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants