image viewers
- From: ebenZEROONE@xxxxxxxxxxx (Hactar)
- Date: Mon, 31 Mar 2008 22:07:56 GMT
Has anyone got feh 1.3.4 or gimv 0.2.27 to read from stdin? Failing
that, can you recommend an image viewer that does? xv did it back in
the day, but I don't know that it's portable enough.
The closest I've gotten is
feh /proc/self/fd/0 < $FILE
or
gimv -e /proc/self/fd/0 < $FILE
but what I really want is
.... | feh $OPTIONS
or similar. I tried
.... > $PIPE & feh $PIPE
and
.... > $PIPE & feh /proc/self/fd/0 < $PIPE
but those failed with the usual errors:
[2] 19770
feh - No loadable images specified.
Use feh --help for detailed usage information
--
-eben QebWenE01R@xxxxxxxxxxxxxxxxx http://royalty.mine.nu:81
Every normal man must be tempted at times to spit upon his hands,
hoist the black flag, and begin slitting throats. -- H.L. Mencken
.
- Follow-Ups:
- Re: image viewers
- From: Dances With Crows
- Re: image viewers
- Next by Date: Re: image viewers
- Next by thread: Re: image viewers
- Index(es):