🐛 fix(#172): capital letters with wildcard matching#245
Conversation
Signed-off-by: Adrien Kara <adrien@iglou.eu>
|
Nice one, but I wonder if this should be an option and/or really the default. |
Add changes from muesli#245
| $ duf --hide-mp /,/home,/dev | ||
|
|
||
| Wildcards inside quotes work: | ||
| Wildcards inside quotes work and are case-sensitive: |
There was a problem hiding this comment.
With the code change this should say 'case-insensitive', should it not?
Maybe it should be the default on Macs only, as that's the only major platform that suffers from this filesystem stupidity? |
|
I have avoided this problem for years by commenting out
in main.go (now line 112) Maybe I'm missing something but I don't see why |
fix #172