From 4dac3ea6f8795af687d8e17090f89f3ab1305283 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Thu, 19 Nov 2015 23:28:01 +0000 Subject: Don't use -i in examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4f00c61..d848497 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Usage imv image1.png another_image.jpeg yet_another.TIFF ### Opening images via stdin - find . "*.png" | imv -i + find . "*.png" | imv - ### Autoscale images to fit the window imv -s *.gif @@ -28,7 +28,7 @@ Usage imv -fs image.jpeg ### Viewing images in a random order - find . "*.png" | shuf | imv -i + find . "*.png" | shuf | imv - ### Image picker imv can be used to select images in a pipeline by using the 'p' hotkey to print -- cgit v1.2.3