rubyworks/dnote

Add -R for recursive search

Opened this issue · 1 comments

When specifying path matchers via bash there is no way to specify a recursive search. So a -R option would be nice for that use case.

If a glob matches a directory it will include all the contents of that directory, all the way down. Is this good enough? Or should it work differently? What's the UNIX way?