diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2015-12-26 03:09:42 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2015-12-26 03:09:42 +0000 |
commit | 174b3a1a1a1158fef2e60510033e93b1abe7a35a (patch) | |
tree | fc8386df23e3dc3dcf89d094d17b2967ea0badce | |
parent | 6562cfbd42087efb26484565d18933b063782ed9 (diff) | |
download | imv-174b3a1a1a1158fef2e60510033e93b1abe7a35a.tar.gz |
Fix usage examples
Fixes #61
-rw-r--r-- | README.md | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -21,11 +21,8 @@ Usage ### Opening images via stdin find . "*.png" | imv - -### Autoscale images to fit the window - imv -s *.gif - -### Open an image fullscreen (and scale to fit screen) - imv -fs image.jpeg +### Open an image fullscreen + imv -f image.jpeg ### Viewing images in a random order find . "*.png" | shuf | imv - |