New app using the same template system #535
RhetTbull
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've created a new app, autofile, that uses the osxphotos template system to move or copy files to new folders based on a template. It uses metadata about the app accessible via the template. For example,
autofile *.mp3 --target ~/Music --directory "{audio:artist}/{audio:album}"
will file mp3 files in folders formatted with
Artist/Album
.Those who find osxphotos' template system useful might also find this app useful.
Beta Was this translation helpful? Give feedback.
All reactions