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
To define that you are searching for files created (modified == rangeModified) between e.g 2021-12-23 and 2021-12-26 and you want to move them in one folder, you could simply:
Is your feature request related to a problem? Please describe.
I try to move pictures from one Holyday into one folder. I just need to know from which date till when my holyday took place.
Describe the solution you'd like
Add the strings
rangeCreated
rangeModified
exif
to the mode-parameter from the created filter
To define that you are searching for files created (modified == rangeModified) between e.g 2021-12-23 and 2021-12-26 and you want to move them in one folder, you could simply:
And for pictures, you could simply:
Describe alternatives you've considered
Maybe just use the python extension.
Additional context
Pandas is great for time series in general, and has direct support for date ranges. For example pd.date_range().
"Returns the range of equally spaced time points [...] such that they all satisfy start <[=] x <[=] end"
Maybe this could help?
The text was updated successfully, but these errors were encountered: