git clone git://git.clttr.info/art-helpers.git

commits/

refs/

tree/

About

This rather small scripts written in Perl provide useful function for managing (raw and output) files for photographers.

Perl

usage

https://git.sr.ht/~rwa/art-helpers

To run the script, open a shell and invoke `perl <script>`, on most systems it should be sufficient to just invoke `script` (after you granted execute-permissions to the script).

prerequisites for running the pure scripts

Additionally the following perl modules need to be installed:

ART helper scripts

Helper scripts to manage files which where handled by ART, the easy-to-use RAW converter forked from RawTherapee.

ART

My working directory uses a folder structure similar to this example:

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`.