photo-stats

statistics processor for the terminal
git clone https://git.clttr.info/photo-stats.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

phosta-alias.5.scd (1073B)


      1 phosta-alias(5) "phosta" "Alias File Format Definition"
      2 
      3 # NAME
      4 phosta-alias - configuration of word replacement for *phosta*(1)
      5 
      6 # SYNOPSIS
      7 *phosta* allows to configure automatic word replacement during the data import.
      8 This allows to sanitize and unify ambigous naming used by different image processing tools.
      9 
     10 This is configured via the user-defined config file _~/.phosta.alias_.
     11 
     12 The replacement takes place when importing the EXIF data in our database. Every occurence of *old string* will be replaced by *new_string*. The search is *case-sensitive*.
     13 
     14 # SYNTAX
     15 The file _~/.phosta.alias_ is a plain text file. It should hold an alias definition per line.
     16 An alias definition consists of the old string, which should be replaced, and the new string which should be put in instead, separat by atleast one tabstop.
     17 
     18 ```
     19 Old company     new company
     20 lensname        real lensname
     21 ```
     22 
     23 # SEE ALSO
     24 
     25 *phosta*(1), *phosta-examples*(7), *phosta-faq*(7)
     26 
     27 # AUTHORS
     28 
     29 Maintained by René Wagner <rwa@clttr.info>.++
     30 Project repo can be found at https://git.sr.ht/~rwa/photo-stats