gogetdata / ggd-cli

The command-line interface to GGD
MIT License
42 stars 3 forks source link

list-files should be case-insensitive #9

Closed jbelyeu closed 4 years ago

jbelyeu commented 7 years ago

list-files depends on python's glob.glob to list the files present. This simplifies the code considerably, but makes a case-insensitive search more difficult.