That’s actually the reason I changed all my main folders to lower case. Another nice thing you can do is change your downloads folder to ‘internet’ so that tab completion doesn’t mix it up with ‘documents’.
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 meant cd Downloads
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmerhumor@lemmy.ml
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.
Case insensitive file systems are a really stupid idea. Especially if you’ve ever written code to handle files and then had Windows screw you over.
Isn’t this more of a linux meme than a programming meme?
That’s actually the reason I changed all my main folders to lower case. Another nice thing you can do is change your downloads folder to ‘internet’ so that tab completion doesn’t mix it up with ‘documents’.
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.
sudo echo "set completion-ignore-case on" >> /etc/inputrc