This commit is contained in:
2019-09-29 03:39:18 -07:00
commit 82d79df388
9 changed files with 610 additions and 0 deletions

33
README.md Normal file
View File

@@ -0,0 +1,33 @@
<img align="left" src="https://www.profiteroles.org/assets/rollup.png" style="float: left; margin-right: 30px;" width="120">
# Rollup
**Rollup** is a tool for renaming image files from digital cameras using EXIF tags. It was originally written to improve the arbitrary filenames in the iPhone Camera Roll.
* **⇩ [Download Latest Version](https://www.profiteroles.org/git/profiteroles/Rollup/raw/master/Rollup.app.zip)**
## Features
* Recursive directory scanning
* Custom rename template
* Reverse geocoding (lookup place name from GPS coordinates)
## Screenshots
<img src="https://www.profiteroles.org/assets/rollup_1.png" width="600">
<img src="https://www.profiteroles.org/assets/rollup_2.png" width="600">
## Notes
Running Rollup requires disabling Gatekeeper by running `sudo spctl --master-disable` in the Terminal.
## Changelog
https://www.profiteroles.org/git/profiteroles/Rollup/src/master/CHANGELOG.md
## Building from source
Building Rollup requires Platypus and Pashua
* https://github.com/sveinbjornt/Platypus
* https://github.com/BlueM/Pashua