art-helpers

simple helper scripts for managing images processed by ART
git clone https://git.clttr.info/art-helpers.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit bde6465e509872264c2fa9826e2ded73a1f3818d
parent 2d0157f50cea2b05cc1e4d5fa20eaf74ae65c765
Author: René Wagner <rwagner@rw-net.de>
Date:   Sun, 22 Mar 2020 19:59:25 +0100

add license link, add art_file_mover to README.md

Diffstat:
MREADME.md | 12++++++++++--
Mart_file_mover.pl | 2+-
Mjpegdivider.pl | 2+-
Msilkypix_multiversion_sidecar_cleaner.pl | 2+-
Msilkypix_orphaned_sidecar_cleaner.pl | 2+-
5 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # About -This rather small scripts written in [Perl](https://perl.org) provide useful function for file management for photographers. +This rather small scripts written in [Perl](https://clltr.info/perl) provide useful function for file management for photographers. # Prerequisites @@ -30,8 +30,16 @@ Filename: `jpegdivider.pl` Moves all jpeg files (suffixes .jpg and .jpeg) in a folder to the subfolder JPEG. +# ART helper scripts +Helper scripts to manage sidecar files of [ART](https://clttr.info/art). + +## file mover +Filename: `art_file_mover.pl` + +Moves all already converted raw files and their corresponding jpegs to a given folder. + # Silkypix helper scripts -Helper scripts to manage the sidecar data files created by [Silkypix Developer Studio](https://silkypix.isl.co.jp/en/). +Helper scripts to manage the sidecar data files created by [Silkypix Developer Studio](https://clttr.info/silkypix). ## orphaned sidecar cleaner Filename: `silkypix_orphaned_sidecar_cleaner.pl` diff --git a/art_file_mover.pl b/art_file_mover.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # Copyright(c) René Wagner 2019-2020 -# published under BSD 3-Clause License +# published under BSD 3-Clause License - https://git.clttr.info/LICENSE # https://git.clttr.info/photo-helpers/ use warnings; diff --git a/jpegdivider.pl b/jpegdivider.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # Copyright(c) René Wagner 2019-2020 -# published under BSD 3-Clause License +# published under BSD 3-Clause License - https://git.clttr.info/LICENSE # https://git.clttr.info/photo-helpers/ use warnings; diff --git a/silkypix_multiversion_sidecar_cleaner.pl b/silkypix_multiversion_sidecar_cleaner.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # Copyright(c) René Wagner 2019-2020 -# published under BSD 3-Clause License +# published under BSD 3-Clause License - https://git.clttr.info/LICENSE # https://git.clttr.info/photo-helpers/ use warnings; diff --git a/silkypix_orphaned_sidecar_cleaner.pl b/silkypix_orphaned_sidecar_cleaner.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # Copyright(c) René Wagner 2019-2020 -# published under BSD 3-Clause License +# published under BSD 3-Clause License - https://git.clttr.info/LICENSE # https://git.clttr.info/photo-helpers/ use warnings;