You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Hey,
If i get it right, at the moment if i want to do something like
ls /tmp/*.log
witherd
, it would beerd --glob --pattern *.log /tmp
. I understand that the argument topattern
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 likeCheers!
The text was updated successfully, but these errors were encountered: