this post was submitted on 02 Oct 2023
1388 points (96.8% liked)

Programmer Humor

22241 readers
448 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] muntedcrocodile@lemmy.world 22 points 2 years ago (4 children)

Doesn't fish basically fix this?

[–] pgp@sh.itjust.works 58 points 2 years ago (3 children)

This is not a bug, it doesn't need to be fixed.

[–] avonarret1@programming.dev 6 points 2 years ago

It's funny that you're getting down voted for telling the truth. Nothing to be subjective about either. 😅

[–] mindbleach@sh.itjust.works 2 points 2 years ago (1 children)

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.

[–] pgp@sh.itjust.works 1 points 2 years ago (1 children)

Wrong, it does matter. Just because it's not working as you want, doesn't mean it's not working as expected.

[–] mindbleach@sh.itjust.works 1 points 2 years ago

It literally does.

[–] muntedcrocodile@lemmy.world 2 points 2 years ago
[–] xoggy@programming.dev 15 points 2 years ago (1 children)

You can set bash or zsh to case-insensitive tab completion as well.

[–] muntedcrocodile@lemmy.world -1 points 2 years ago

Seems like poor configuration either default or not

[–] Astaroth@lemm.ee 2 points 2 years ago* (last edited 2 years ago)

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 and Downloads2 then d with tab completion will become Downloads, but if I have Downloads and downloads2 it will tab complete to downloads2 and D will complete to Downloads

 

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