photo-stats

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

commit 69885a95f4c672904e20fe6e5b908125702d9165
parent 656f68a06a59a68fd352e01906a15ad53762f68e
Author: René Wagner <rwagner@rw-net.de>
Date:   Fri, 28 Aug 2020 19:00:46 +0200

update README

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -6,7 +6,7 @@ This project is a small statistic generator for the terminal which accumulates a It is mainly a selfcontained [SQlite](https://sqlite.org) database that stores the data which is extracted from the exif data of your images using [exiftool](https://exiftool.org/) and provides some methods to query the gathered data and gain some statistical insight. -Additional information can be found on the [wiki page](https://man.sr.ht/~rwa/photo-workflow/phosta). +**Additional information can be found on the [wiki page](https://man.sr.ht/~rwa/photo-workflow/photo-stats).** ## requirements The famous `exiftool` needs to be installed on your system, no matter if you use prebuilt binarys or the bare scripts.