aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2015-12-11 15:38:26 +0000
committerHarry Jeffery <harry@exec64.co.uk>2015-12-11 15:38:26 +0000
commit33790ffb7d63d9e8401da45df0cb160001bbffcb (patch)
tree139502abb9ff349f6a54c735f3533f3542932106
parent6b6521239996fe8d220f20a41b7f986a5839b9fb (diff)
downloadimv-33790ffb7d63d9e8401da45df0cb160001bbffcb.tar.gz
Update README
-rw-r--r--README.md17
1 files changed, 15 insertions, 2 deletions
diff --git a/README.md b/README.md
index b6199a8..2a08f31 100644
--- a/README.md
+++ b/README.md
@@ -31,8 +31,10 @@ Usage
find . "*.png" | shuf | imv -
### Image picker
-imv can be used to select images in a pipeline by using the 'p' hotkey to print
-the current image's path to stdout.
+imv can be used to select images in a pipeline by using the `p` hotkey to print
+the current image's path to stdout. The `-l` flag can also be used to tell imv
+to list the remaining paths on exit for a "open set of images, close unwanted
+ones with `x`, then quit imv to pass the remaining images through" workflow.
#### Picking a wallpaper
custom-set-wallpaper-script "$(find ./wallpaper -type f -name '*.jpg' | imv - | tail -n1)"
@@ -43,6 +45,17 @@ the current image's path to stdout.
#### Choosing pictures to email
find ./holiday_pics -type f -name '*.jpg' | imv - | xargs cp -t ~/outbox
+### Slideshow
+
+imv can be used to display slideshows. You can set the number of seconds to
+show each image for with the `-t` option at start up, or you can configure it
+at runtime using the `t` and `T` hotkeys to increase and decrease the image
+display time, respectively.
+
+To cycle through a folder of pictures, showing each one for 10 seconds:
+
+ imv -t 10 ~/Pictures/London
+
Installation
------------