All Questions
2 questions
0
votes
1
answer
891
views
Expanding FEH capabilities to preview RAW files
I would like to preview RAW files in FEH. I now I can do the following
nufraw-batch --embedded-image DSC_0151.NEF --output=- | feh -
which opens the image in feh, but only works on one image at a ...
1
vote
1
answer
2k
views
Pipe multiple files from curl to other program
I would like to download several images (from a server with a self-signed certificate) and view them all with feh. Is this possible with a single command? Something like curl -sk -b ...