FRIGN writes:
> A configuration can look like this:
> 
> { "\.mp3",                "st -e mplayer %s" },
> { "\.(jpg|png|tiff)$",    "feh %s"        },
> { "\.gif",                "wget -O /tmp/tmp.gif %s && gifview -a 
> /tmp/tmp.gif" },
> { "^(http://|https://)?(www\.)?(youtube.com/watch\?|youtu\.be/)", 
> "youtube-viewer %s" }

What happens if you unwittingly open "; rm -rf /; .jpg"? I'm not sure
system() is really a good idea here.

Attachment: pgpzlq_002UWZ.pgp
Description: PGP signature

Reply via email to