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
What I have in my mind is to have an easy way to filter out files by modification date.
Say for instance we want to filter out files modified since yesterday:
What I have in my mind is to have an easy way to filter out files by modification date.
Say for instance we want to filter out files modified since yesterday:
Another example is:
One more could be the between two dates:
Behind the scenes it should be the new implementation of Filter interface, and in the builder calling
Modified(...)
we should add one more filter.Check how we eventually combine multiple filters here. Filters comes so far from calls to either
Files()
orDirectories()
orMatch(...)
.Happy to discuss further 😄 👍
The text was updated successfully, but these errors were encountered: