An open API service indexing awesome lists of open source software.

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

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.
```