dotfiles

<-- duh.
git clone https://hhvn.uk/dotfiles
git clone git://hhvn.uk/dotfiles
Log | Files | Refs | Submodules | LICENSE

view (176B)


      1 #!/bin/rc
      2 #
      3 # View cover art of a file with sxiv.
      4 #
      5 # usage: tag/cover/view file
      6 
      7 fn sigexit {
      8 	rm $tmp
      9 }
     10 
     11 tmp = /tmp/$pid.view.jpg
     12 ffmpeg -nostdin -y -i $1 -an $tmp
     13 sxiv $tmp