💾 Archived View for gmn.clttr.info › sources › art-helpers.git › tree › README.md.txt captured on 2024-02-05 at 10:02:27.

View Raw

More Information

⬅️ 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


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

- Perl 5.30 (or newer)

Additionally the following perl modules need to be installed:

- Cwd
- File::Basename
- File::Copy
- File::HomeDir
- File::Spec::Functions
- File::Find::Rule
- File::Find

# ART helper scripts
Helper scripts to manage files which where handled by [ART](https://clttr.info/art), the easy-to-use RAW converter forked from RawTherapee.

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