this post was submitted on 02 Oct 2023
39 points (97.6% liked)
Programmer Humor
32371 readers
595 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What are you crazy? They're completely different! You think ASCII code 01100100 is the same as ASCII code 01000100? COME ON!
Seriously though, if Linux would implement a fuzzy search for capitalized and uncapitalized letters that would be pretty cool. Like if you do
cd downloads
it should be able to pretty easily find that you meantcd Downloads
You know zsh has fuzzy completion. There are also plenty of fuzzy finder out there which do just that.