https://github.com/holtwick/photofolder
MacOS command line tool for organizing images by their capture date
https://github.com/holtwick/photofolder
command-line image-classification images macos photos tool
Last synced: over 1 year ago
JSON representation
MacOS command line tool for organizing images by their capture date
- Host: GitHub
- URL: https://github.com/holtwick/photofolder
- Owner: holtwick
- License: mit
- Created: 2018-08-24T08:50:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T12:28:20.000Z (over 6 years ago)
- Last Synced: 2025-02-28T13:18:17.676Z (over 1 year ago)
- Topics: command-line, image-classification, images, macos, photos, tool
- Language: Objective-C
- Homepage:
- Size: 58.6 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# PhotoFolder
Command line tool for organizing images.
### Download
[photofolder.zip](https://github.com/holtwick/photofolder/raw/master/photofolder.zip) (precompiled command line app)
### Usage
```
Usage: photofolder [inputfile ...]
-? --help Display this usage information.
-v --verbose Print verbose messages.
-r --recursive Recurse into input folders.
-o --destination=folder Target folder.
-n --name=text Add name to file name.
-c --copy Copy instead of move.
-p --progress Show progress.
-s --days=number Maximal age in days.
--dry Dry run.
--checksum Identify duplicates by SHA1 of content.
--size Identify duplicates by file size in bytes.
--dimensions Add dimensions to file name.
--maker Add maker/ camera model to file name.
--year-folder Subfolders per year.
--month-folder Subfolders per year and month.
--optimize Convert to JPG and minimize size.
--smart-copy Most options for unique incremental copy.
--smart-move Most options for unique incremental move.
--version Version info.
```