commit 706102c7657bf27f6ef7ffebc9341bb48d3b785e
parent 38817e1c0febcad87eea17bb96871331d112be90
Author: René Wagner <rwagner@rw-net.de>
Date: Fri, 28 Aug 2020 19:06:44 +0200
update README
Diffstat:
M | README.md | | | 33 | ++++++++++++++------------------- |
1 file changed, 14 insertions(+), 19 deletions(-)
diff --git a/README.md b/README.md
@@ -1,42 +1,37 @@
# About
This rather small scripts written in [Perl](https://perl.org) provide useful function for managing (raw and output) files for photographers.
-## How to get
-You can simply grab the pure perl scripts from the [repo](https://git.sr.ht/~rwa/photo-helpers/) and run them on your system. Make sure that your systems meets the prerequisites listed below.
+**Additional information can be found on the [wiki page](https://man.sr.ht/~rwa/photo-workflow/photo-helpers).**
-For convenience there are also prebuilt executables attached to every [snapshot](https://git.sr.ht/~rwa/photo-helpers/refs). Make sure to get the executables that match your system / architecture.
+## usage
-Maybe there will be packages for installation on different systems later on.
+### using binary (recommended)
+There are prebuilt binarys (currently only x86\_64 for linux) and packages for Arch Linux and derivatives available for [every ref](https://git.sr.ht/~rwa/photo-helpers/refs).
-# usage
-All scripts are commandline / shell tools which should run on \*n\*x and Windows when the prerequistes are met.
+### using bare scripts
+Simply clone the repo or manually download the scripts from https://git.sr.ht/~rwa/photo-stats/
-For information about parameters and usage call `script(.pl) --help`.
-Whether you need to use the `.pl` extension depends on if you are using the pure scripts or the binary distribution.
+To run the script, open a shell and invoke `perl script.pl`, on most systems it should be sufficient to just invoke `script.pl` (after you granted execute-permissions to the script).
-## binary executables
-I provide binary executables for x86_64 linux and Arch Linux packages, you can download at https://git.sr.ht/~rwa/photo-helpers/refs
-
-## bare scripts
-Simply clone the repo or manually download the scripts from https://git.sr.ht/~rwa/photo-helpers/
-To run a script, open a shell and invoke `perl script.pl`, on most systems it should be sufficient to just invoke `script.pl` (after you granted execute-permissions to the script).
-
-### Prerequisites for running the pure scripts
+#### prerequisites for running the pure scripts
- Perl 5.30 (or newer)
Additionally the following perl modules need to be installed:
- Cwd
-- File::HomeDir
- File::Basename
- File::Copy
+- File::HomeDir
+- File::Spec::Functions
+- Perl::DBD::SQLite
+- Perl::DBI
+- Text::SimpleTable::AutoWidth
- File::Find::Rule
- File::Find
-- File::Spec::Functions
# ART helper scripts
-Helper scripts to manage files which where handled by [ART](https://clttr.info/art).
+Helper scripts to manage files which where handled by [ART](https://clttr.info/art), the easy-to-use RAW converter forked from RawTherapee.
## processed file mover
Filename: `afm(.pl)`