fsmeta
Search, handle, parse exif data. A tool for searching image files for data, returning a list of files matching the provided keyword and options on how to handle matched files.
Table of Contents
Install
Run:
npm install -g fsmeta
Getting Started
Run:
fsmeta search
It will then prompt you to type a directory and a keyword to search for. It will then start processing the image files and logging the matched images. Then, you will be prompted to open, rename, or save.
Build Exec
Go to the fsmeta folder and run:
npm run build