[GH-ISSUE #6] Suggestion : Case insensitve search #4

Closed
opened 2026-05-22 22:02:29 +01:00 by JakeStanger · 2 comments
Owner

Originally created by @monsieurh on GitHub (Oct 5, 2018).
Original GitHub issue: https://github.com/JakeStanger/Rofi_MPD/issues/6

I would love to have the search method being insensive to case and/or with fuzzy search.

Originally created by @monsieurh on GitHub (Oct 5, 2018). Original GitHub issue: https://github.com/JakeStanger/Rofi_MPD/issues/6 I would love to have the search method being insensive to case and/or with fuzzy search.
Author
Owner

@JakeStanger commented on GitHub (Oct 5, 2018):

I will have to look into how Rofi handles this. You may already be able to do it with --args and I know rofi has a case insensitive setting, although I couldn't get this to work myself.

<!-- gh-comment-id:427328100 --> @JakeStanger commented on GitHub (Oct 5, 2018): I will have to look into how Rofi handles this. You may already be able to do it with `--args` and I know rofi has a case insensitive setting, although I couldn't get this to work myself.
Author
Owner

@JakeStanger commented on GitHub (Oct 5, 2018):

f02f06e disables case-sensitivity by default. You can also pass an -i flag to re-enable case sensitivity.

I also discovered you can toggle case sensitivity from inside Rofi with the grave key.

This commit also fixes Rofi command line arguments not being passed correctly, which I discovered in the process.

<!-- gh-comment-id:427511261 --> @JakeStanger commented on GitHub (Oct 5, 2018): f02f06e disables case-sensitivity by default. You can also pass an `-i` flag to re-enable case sensitivity. I also discovered you can toggle case sensitivity from inside Rofi with the grave key. This commit also fixes Rofi command line arguments not being passed correctly, which I discovered in the process.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/Rofi_MPD#4
No description provided.