A CLI tool to add on to organize-raw package. This tool looks through created JPEGs and identified RAW photo files that were not edited.
The organize-used script searches through the current directory for all JPEG files and finds the RAW file counter part, and moves any of the RAW files that were not edited to an 'unused' directory.
This is script I use to help organize the photos I take and don't end up using.
npm install organize-unused -g
Run the command organize-unused
in the directory with the photos you'd like to find unused RAW files.
- Fork it
- Run
npm install
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
MIT © Ryan Burgess