It would be great to match against simple glob patterns like f*o when filtering the list, which would match foo.
I am not sure, if regular expressions are useful to have enabled by default (requiring to use .* instead of just *). Maybe this could be switched similar to case sensitivity.