afm.1.scd (1298B)
1 afm(1) "afm" "afm Documenation" 2 3 # NAME 4 afm - photo statistic processor for your terminal 5 6 # SYNOPSIS 7 *afm* [*-D* _<file>_] [*-l*] ... 8 9 *afm* moves all images that have been processed by ART and related side-car files to a given destination folder. 10 11 # USAGE 12 13 You could use as many different databases as you'd like to, whatever suits your needs (maybe split private and commercial data). Use the *-D* param to specify on which database file you want to operate. 14 15 # OPTIONS 16 Options in CAPITAL LETTERS (like *-E*) will automatically be persisted in the user's config file located at _~/.afm.conf_. 17 18 *-C* <folder> 19 Copy the converted (output) files (ie jpegs) to an additional directory 20 21 *-E* <ext> 22 Override the converted file extenion (case-insensitive), defaults to "jp(e)g"++ 23 Perl-compatible regular expressions allowed 24 25 *-f* <exp> 26 Filter files by regex - only raw files that match the PCRE are processed++ 27 needs to be quoted 28 29 *-F* <folder> 30 Override the folder for converted files, defaults to "JPEG" 31 32 *-l* 33 Run in list-only mode - does not move files but only lists which files would be moved 34 35 *-R* <raw> 36 Override the raw extensions, defaults to "DNG" 37 38 # AUTHOR 39 40 Maintained by René Wagner <rwa@clttr.info>.++ 41 Project repo can be found at https://git.sr.ht/~rwa/art-helpers