💾 Archived View for gmn.clttr.info › sources › art-helpers.git › tree › README.md.txt captured on 2024-02-05 at 10:02:27.
⬅️ Previous capture (2023-06-14)
-=-=-=-=-=-=-
# About This rather small scripts written in [Perl](https://perl.org) provide useful function for managing (raw and output) files for photographers. ## usage
base folder
|_ RAW0001.DNG
|_ RAW0001.DNG.arp
|_ RAW0002.DNG
|_ RAW0002.DNG.arp
|_ JPEG
|_ RAW0001.jpg
|_ RAW0002.tif
## ART File Mover Filename: `afm` Find all by ART converted files in the current folder and their corresponding RAWs and move them to specified directory. For more information run `man afm` or `afm --help`. ## JpegDivider Filename: `jd` Moves all jpeg files (suffixes .jpg and .jpeg) in the given folder or the current working directory to the subfolder JPEG (or the given subfolder). For more information run `jd --help`.