organize-unused
v1.0.1
Published
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.
Downloads
4
Maintainers
Readme
Organize Unused RAW files
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.
Install
npm install organize-unused -g
Use
Run the command organize-unused
in the directory with the photos you'd like to find unused RAW files.
Contributing
- 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
License
MIT © Ryan Burgess