this post was submitted on 02 Oct 2023
1377 points (96.8% liked)
Programmer Humor
19480 readers
593 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Doesn't fish basically fix this?
This is not a bug, it doesn't need to be fixed.
It's funny that you're getting down voted for telling the truth. Nothing to be subjective about either. 😅
There are solid technical reasons whenever someone's computer doesn't work the way they expect.
They don't matter.
The software can do what people want, or it can be wrong.
Wrong, it does matter. Just because it's not working as you want, doesn't mean it's not working as expected.
It literally does.
Would hope so
You can set bash or zsh to case-insensitive tab completion as well.
Seems like poor configuration either default or not
yeah Fish tab completion works, but one thing I've noticed though is that tab completion for wrong case only works if there's no option with the correct case
e.g. if I have
Downloads
andDownloads2
thend
with tab completion will becomeDownloads
, but if I haveDownloads
anddownloads2
it will tab complete todownloads2
andD
will complete toDownloads
I've been meaning to look through the Fish documentation to see if I can change that and fuzzy search for history but never got around to it
https://github.com/ajeetdsouza/zoxide too