diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2022-08-24 05:22:49 +0200 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2022-08-24 05:23:34 +0200 | 
| commit | 9fb90607ad6888b23b3ec578620a9d5b9cbb6221 (patch) | |
| tree | f09c670432ae70f43b5aa291ba72a907f00b135e /docs | |
| parent | dd09af34b791def2ef370232922d968f5176d1e1 (diff) | |
| download | fiv-9fb90607ad6888b23b3ec578620a9d5b9cbb6221.tar.gz fiv-9fb90607ad6888b23b3ec578620a9d5b9cbb6221.tar.xz fiv-9fb90607ad6888b23b3ec578620a9d5b9cbb6221.zip  | |
Add a traditional manual page for fiv
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/fiv.adoc | 74 | 
1 files changed, 74 insertions, 0 deletions
diff --git a/docs/fiv.adoc b/docs/fiv.adoc new file mode 100644 index 0000000..f7f992e --- /dev/null +++ b/docs/fiv.adoc @@ -0,0 +1,74 @@ +fiv(1) +====== +:doctype: manpage +:manmanual: fiv Manual +:mansource: fiv {release-version} + +Name +---- +fiv - Image browser and viewer + +Synopsis +-------- +*fiv* [_OPTION_]... [_PATH_ | _URI_]... + +Description +----------- +*fiv* is a general-purpose image browser and viewer: pass it a directory path +or URI to open it for browsing, or pass an image to open it for viewing. +In case that multiple arguments are passed, they'll be opened as a virtual +directory containing all of them. + +For more information concerning usage, press *F1* in the application to open +the _User Guide_. + +// TODO(p): Try to merge the two, though this one focuses on command line usage. + +Options +------- +*--invalidate-cache*:: +	Invalidate the wide thumbnail cache, removing thumbnails for files that can +	no longer be found. + +*--list-supported-media-types*:: +	Output supported media types and exit.  This is used by a script to update +	the list of MIME types within *fiv*'s desktop file when the list +	of GdkPixbuf loaders changes. + +*--browse*:: +	When an image is passed, start in browsing mode, and preselect that +	image in its containing directory.  This is used by *fiv*'s inode/directory +	handler to implement the "Open Containing Folder" feature of certain +	applications. + +*--thumbnail*=_SIZE_:: +	Generate thumbnails for the first argument, in all sizes not exceeding +	_SIZE_, and present the largest of them on the standard output +	in an application-specific bitmap format.  Available sizes follow directory +	names in the _Thumbnail Managing Standard_. + +*--extract-thumbnail*:: +	Present any embedded thumbnail of the first argument on the standard output +	in an application-specific bitmap format.  When both *--thumbnail* +	and *--extract-thumbnail* are passed, this option takes precedence, +	exiting early if successful.  This is used to enhance responsivity +	of thumbnail procurement. + +*-V*, *--version*:: +	Output version information and exit. + +*--help-all*:: +	Show the full list of options, including those provided by GTK+. + +Reporting bugs +-------------- +Use https://git.janouch.name/p/fiv to report bugs, request features, +or submit pull requests. + +See also +-------- +_Desktop Entry Specification_, +https://specifications.freedesktop.org/desktop-entry-spec/latest/[]. + +_Thumbnail Managing Standard_, +https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html[].  | 
