diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-08-24 19:20:54 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-08-24 19:20:54 +0200 |
commit | aea70b203d19d02079a1d6c0b07d06220bf811d2 (patch) | |
tree | 0178fc11fc15dc9ddaf2eca91b265ce62e2ed956 /ChangeLog | |
parent | 9fcf25807ad1e9c0b32985e0a77a6de8098fe91f (diff) |
--filelist: Support reading from /dev/stdin ("-" as shortcut)
Note that read_filelist used to check if its argument was an image (for people
accidentaly typing "feh -df *" instead of "feh -dF *"); this was removed
because it failed on /dev/stdin.
I might re-add it, but I'm not yet sure about the future of feh's automatic
filelist saving.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ git HEAD better readable <https://github.com/derf/feh/issues/60> * The --collage option (aka collage mode) is now deprecated + * The --filelist option now supports /dev/stdin (or "-" as shortcut) Tue, 16 Aug 2011 22:48:06 +0200 Daniel Friesel <derf@finalrewind.org> |