We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Behavior for ASCII characters:
echo -e "uber\n Uber\n"|fzy > u uber Uber
When you search for lowercase "u", both "uber" and "Uber" are shown.
Behavior for non-ASCII characters:
echo -e "über\n Über\n"|fzy > ü über
When you search for lowercase "ü", only "über" is found.
The text was updated successfully, but these errors were encountered:
Similarly, Arabic has a few letters that should match each other, e.g. ا == أ for searching purposes.
Sorry, something went wrong.
No branches or pull requests
Behavior for ASCII characters:
When you search for lowercase "u", both "uber" and "Uber" are shown.
Behavior for non-ASCII characters:
When you search for lowercase "ü", only "über" is found.
The text was updated successfully, but these errors were encountered: