This project contains some useful scripts for photo organization and metadata updating.
Use the script/install.sh
to install dependencies
After installation, you should be able to use exificator by calling it directly
bin/exificator -h
or by adding the command to your path for access shell wide
echo 'PATH=$PATH:~/projects/exificator/bin/exificator' >> ~/.bash_profile