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

Subdirectories searching are case sensitive, while parent directories are not #43

Open
ReneFroger opened this issue May 23, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ReneFroger
Copy link

ReneFroger commented May 23, 2024

Describe the bug
When I navigate to the first directory, my input is not case sensitive. But for the next subdirectory, it's case sensitive however.

To Reproduce

Imagine you are in the following home directory


/home/user
       ⌞ Foo
         ⌞ Bar

You call fifc, then type foo (first letter lower case).
Then you see directory Foo. as input. Press enter.

Then you have navigated to the directory Foo.

You call fifc again and type bar (first lower letter case).

But the directory Bar however doesn't show up because the input is lower case only, which is strange behaviour compared with how the first directory is looked up.

Expected behavior
I was expecting the same case-insensitive behaviour when filtering subdirectories like with the directories in same operation.

@ReneFroger ReneFroger added the bug Something isn't working label May 23, 2024
@ReneFroger
Copy link
Author

I was wondering if you got any chance to look into this, perhaps, @gazorby ?

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