jorgebucaran / fisher

A plugin manager for Fish
https://git.io/fisher
MIT License
7.53k stars 257 forks source link

fisher plugin names should be case insensitive #694

Closed PatrickF1 closed 2 years ago

PatrickF1 commented 2 years ago

One problem I noticed is that fisher treats IlanCosman/tide and ilancosman/tide differently. If I change the casing, even though GitHub treats the two urls exactly the same (all user/repo combos are case insensitive as far as I can tell), fisher will think it's a new plugin and uninstall one and try to install the other. Perhaps fisher should treat GitHub plugins case insensitively?