From 33790ffb7d63d9e8401da45df0cb160001bbffcb Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Fri, 11 Dec 2015 15:38:26 +0000 Subject: Update README --- README.md | 17 +++++++++++++++-- 1 file 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 ------------ -- cgit v1.2.3