diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2015-11-19 23:28:01 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2015-11-19 23:28:01 +0000 |
commit | 4dac3ea6f8795af687d8e17090f89f3ab1305283 (patch) | |
tree | 02e8eb9c59f8ec0773d8d888c48cd5586cc6d11b | |
parent | 01d913d7ed8259d7778254b62b2de67a527913f4 (diff) | |
download | imv-4dac3ea6f8795af687d8e17090f89f3ab1305283.tar.gz |
Don't use -i in examples
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |