aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorsomini <dev@somini.xyz>2020-12-03 00:18:05 +0000
committerHarry Jeffery <harry@exec64.co.uk>2021-07-08 23:30:24 +0100
commit38eee61bebf266af1ae5b652508134ce613295c5 (patch)
treeed92e90c83a2fe8f12b107be2ff3c396ee8c4440 /doc
parenteccd3cf9124d4ff2f4569b0c1fbf7f3a7b008b4d (diff)
downloadimv-38eee61bebf266af1ae5b652508134ce613295c5.tar.gz
Include support for imv-folder
This is a wrapper to open all images in a folder. Includes: - Script itself - Man page - Desktop file - Necessary Makefile changes Fix #223
Diffstat (limited to 'doc')
-rw-r--r--doc/imv-folder.1.txt36
-rw-r--r--doc/imv.1.txt2
2 files changed, 37 insertions, 1 deletions
diff --git a/doc/imv-folder.1.txt b/doc/imv-folder.1.txt
new file mode 100644
index 0000000..a9d627b
--- /dev/null
+++ b/doc/imv-folder.1.txt
@@ -0,0 +1,36 @@
+/////
+vim:set ts=4 sw=4 tw=82 noet:
+/////
+:quotes.~:
+
+imv (1)
+=======
+
+Name
+----
+imv-folder - Open 'imv' for all images in a folder
+
+Description
+-----------
+
+'imv-folder' is a wrapper for 'imv' that auto-selects the folder where the image is located, so that the *next* and *previous* commands function in the same way as other image viewers.
+
+Note that this wrapper supports only a single image. For opening multiple images, use plain `imv`.
+
+Synopsis
+--------
+'imv-folder' path
+
+Authors
+-------
+
+imv is written and maintained by Harry Jeffery <me@harry.pm>
+with contributions from other developers.
+
+Full source code and other information can be found at
+<https://github.com/eXeC64/imv>.
+
+See Also
+--------
+
+**imv**(1)
diff --git a/doc/imv.1.txt b/doc/imv.1.txt
index 7c4af97..cc79e71 100644
--- a/doc/imv.1.txt
+++ b/doc/imv.1.txt
@@ -330,4 +330,4 @@ Full source code and other information can be found at
See Also
--------
-**imv**(5) **imv-msg**(1)
+**imv**(5) **imv-msg**(1) **imv-folder**(1)