-- Leo's gemini proxy

-- Connecting to gmn.clttr.info:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

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


clone the repo or manually download the scripts from https://git.sr.ht/~rwa/art-helpers

run `make`

run `sudo make install`


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


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

-- Response ended

-- Page fetched on Sun May 19 04:26:12 2024