From d39c61fdc336da9c5881b14765e8b1987d805e43 Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Mon, 27 Jul 2020 15:10:55 +0100 Subject: [PATCH] Update help and man files --- doc/docbook/GuideReferenceCommandLine.xml | 40 +++++++++++++++++++++++ geeqie.1 | 4 +++ 2 files changed, 44 insertions(+) diff --git a/doc/docbook/GuideReferenceCommandLine.xml b/doc/docbook/GuideReferenceCommandLine.xml index f814a01a..c8c3190a 100644 --- a/doc/docbook/GuideReferenceCommandLine.xml +++ b/doc/docbook/GuideReferenceCommandLine.xml @@ -242,6 +242,46 @@ --pixel-info Print X, Y and RGB of mouse pointer on current image + + + --get-rectangle + Get rectangle coordinates + + + + --get-render-intent + Get render intent + + + + --get-filelist:[<FOLDER>] + Get list of files and class + + + + --get-filelist-recurse:[<FOLDER>] + Get list of files and class recursive + + + + --get-collection:<COLLECTION> + Get collection content + + + + --get-collection-list + Get collection list + + + + --get-file-info + + Get file info + + File info consists of: class, no. of pages (if multi-page image), (and if exif exists) country name, country code, timezone, local time. + + + view:<file> diff --git a/geeqie.1 b/geeqie.1 index a3f7766e..5fb420e1 100644 --- a/geeqie.1 +++ b/geeqie.1 @@ -208,6 +208,10 @@ Get collection content. Get collection list. .br .B +.IP \-\-get\-file\-info +Get file info. +.br +.B .IP view: Open FILE in new window. .br -- 2.20.1