Added --added-after, --added-before, --added-in-last, #439

This commit is contained in:
Rhet Turnbull
2022-05-05 17:38:59 -07:00
parent 4533057142
commit 57deb23988
29 changed files with 966 additions and 689 deletions

View File

@@ -320,7 +320,7 @@ Template Substitutions
* - {crlf}
- a carriage return + line feed: '\r\n'
* - {osxphotos_version}
- The osxphotos version, e.g. '0.48.2'
- The osxphotos version, e.g. '0.48.3'
* - {osxphotos_cmd_line}
- The full command line used to run osxphotos
* - {album}

View File

@@ -297,6 +297,10 @@ You can also export photos in a certain date range:
``osxphotos export /path/to/export --from-date "2020-01-01" --to-date "2020-02-28"``
or photos added to the library in the last week:
``osxphotos export /path/to/export --added-in-last "1 week"``
Converting images to JPEG on export
-----------------------------------