https://github.com/arsenico13/nef-cleanup
Cleanup python script for Nikon shooters.
https://github.com/arsenico13/nef-cleanup
hacktoberfest python-command python-commandline
Last synced: about 1 year ago
JSON representation
Cleanup python script for Nikon shooters.
- Host: GitHub
- URL: https://github.com/arsenico13/nef-cleanup
- Owner: arsenico13
- License: apache-2.0
- Created: 2018-10-22T21:28:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-14T12:28:02.000Z (over 4 years ago)
- Last Synced: 2025-02-09T13:19:46.610Z (over 1 year ago)
- Topics: hacktoberfest, python-command, python-commandline
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NEF-CLEANUP
When you shoot with your Nikon camera in both RAW+JPG, you get (of course) one
RAW file and one JPG file for each shot you take.
You get back home, go through all the JPG shots and deleting the bad ones.
Once you're done, run this script.
It will check every RAW file you have in the current working directory: every
raw file that doesn't have the JPG twin... gone.
:)
## WARNING
Use this script **only if you shoot JPG+RAW**!!! If you only shoot RAW, DON'T USE THIS!
As you can read above in this file, if a RAW file doesn't have his jpg sibling,
IT WILL BE DELETED.
You have been warned.
## How to use this script
Put the script in `/usr/local/bin` (make sure it's set as executable).
After that, you can simply call it from the terminal in the directory you want
to clean up with `nefcleanup`.
### deploy.sh
To deploy the script automatically, you can simply run:
./deploy.sh
## License
This software is released under the Apache License 2.0.
See the LICENSE file.