diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2015-11-09 14:56:46 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2015-11-09 14:56:46 +0000 |
commit | 805dc87e62cb6138da5751bd2396a2edba3cf326 (patch) | |
tree | c920d7d47615698f5364d53a012427dbf8164db8 | |
parent | 81879fdb8b508bbe33d66d7bc3db5a03772003be (diff) | |
download | imv-805dc87e62cb6138da5751bd2396a2edba3cf326.tar.gz |
Update README
-rw-r--r-- | README.md | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -59,13 +59,19 @@ Usage imv image1.png another_image.jpeg yet_another.TIFF ### Opening images via stdin - find . "*.png" | imv - + find . "*.png" | imv -i + +### Autoscale images to fit the window + imv -s *.gif + +### Open an image fullscreen (and scale to fit screen) + imv -fs image.jpeg ### Sorting images - find . "*.png" | sort | imv - + find . "*.png" | sort | imv -i ### Shuffling images - find . "*.png" | shuf | imv - + find . "*.png" | shuf | imv -i License ------- |