wolfhong / formic

Better File Fuzzy Searching Tools. Formic is a Python implementation of Apache Ant FileSet and Globs.
https://formic.readthedocs.io/
GNU General Public License v3.0
3 stars 0 forks source link

FileSet should contain arg casesensitive=True|False #2

Closed wolfhong closed 6 years ago

wolfhong commented 6 years ago

Similar to the way Ant's FileSets work, formic should have an option to handle case sensitivity: http://ant.apache.org/manual/Types/fileset.html

For instance, formic.FileSet(include='*.jar', casesensitive=False) should find files like foo.JAR and bar.jAr on all OS (windows and unix)