💾 Archived View for gmn.clttr.info › sources › art-helpers.git captured on 2024-02-05 at 09:41:11. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-06-14)
-=-=-=-=-=-=-
git clone git://git.clttr.info/art-helpers.git
This rather small scripts written in Perl provide useful function for managing (raw and output) files for photographers.
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).
Additionally the following perl modules need to be installed:
Helper scripts to manage files which where handled by 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
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`.
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`.