@clyng57/fsmeta
v0.0.1
Published
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.
Downloads
11
Maintainers
Readme
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 fsmetaGetting Started
Run:
fsmeta searchIt 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