0.1.5 • Published 7 years ago

photophlow v0.1.5

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
7 years ago

photophlow

A bunch of console commands for dealing with picture collections. Created for personal use. Fork if you like.

npm install -g photophlow

To get the list of supported tasks and descriptions:

photophlow help

Available tasks

help

Shows help message text.

orphans

@parents @children - Compares all the matching @children to @parents globs and lists the files without a match in @parent .

sameBN

@parents @children - Compares all the matching @children to @parent globs and lists the files WITH the same baseName in @parent .

moveSameBNto

@parents @children @destinationPath - Move the matching basenames to a destinationPath.

cleanraw

Moves RAW files from RAW to HD if matching the basenames of JPG files in current folder.

separateraw

Creates HD and RAW folders and moves RAW files inside

On zsh the glob patterns must be passed as strings (whithin quotes), on Windows it's not needed.

0.1.5

7 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago