photo-mgmt-v2
v0.3.2
Published
My personal photo management scripts.
Downloads
0
Readme
- Backups all photos before further processing.
- Normalizes: photo names by their creation date.
- Pulls up: EXIF metadata for rename process.
- Merge: photos into one common dir.
- Adds: description to the photo file name.
:warning: Disclaimer: This module is published in good faith and for learning purpose only. The code is not production-ready, so any usage of it is strictly at your own risk :see_no_evil:.
:black_square_button: Installation
Npm install:
$ npm i -g photo-mgmt-v2
or
clone the repo:
$ git clone https://github.com/qaraluch/photo-mgmt-v2.git
$ cd photo-mgmt-v2
$ npm i -g
:black_square_button: Usage
See help in console by typing: photo-mgmt --help
.
:black_square_button: License
MIT © qaraluch