Hey,
If i get it right, at the moment if i want to do something like ls /tmp/*.log with erd, it would be erd --glob --pattern *.log /tmp. I understand that the argument to pattern is a full regex, allowing all the magic that ships with it, but it would be very handy if we could have wildcards that would allow something like
erd --enable-path-wildcards /tmp/*.log
Cheers!