You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mksh doesn't have any built-in options to make completion or globbing case-insensitive. There are some workarounds, but it requires a decent amount of reworking of the code. I've been a bit busy, but I will get to this.
You can try feat-case-insensitive, but it's not perfect. It leverages the "query" option in FZF, it'll be easier to see the differences if you try it out. But it won't work in all cases, in particular when there's exactly one case-sensitive autocompletion candidate, it will take it without considering case-insensitive alternatives. But if there's 2 or more candidates, it should work properly whether you type capital or lowercase letters.
Making tab completion case insensitive so it'll match the results well!
The text was updated successfully, but these errors were encountered: