this post was submitted on 02 Oct 2023
1408 points (96.7% liked)

Programmer Humor

19564 readers
1010 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 54 points 1 year ago (7 children)

echo 'set completion-ignore-case On' >> ~/.inputrc

[–] [email protected] 2 points 1 year ago (2 children)

How does that handle languages that have different rules for capitalization? For example I and i are not the same letter in Turkish.

[–] [email protected] 1 points 1 year ago

I believe that type of stuff is specified in your locale, so it's possible that it would do the right thing if you've set your language to Turkish. Please try it and let us know though :)

[–] [email protected] 1 points 1 year ago

Don't know actually, never used a language like that. But should be easy enough to undo should one test it and end up not liking how it handles it.

load more comments (4 replies)