Browse Source

vifm: exiv2 -> exiftool, press'n'post

Maxim Likhachev 5 years ago
parent
commit
842f44036a
  1. 2
      etc/soft/vifm/commands
  2. 4
      etc/soft/vifm/filetypes

2
etc/soft/vifm/commands

@ -45,3 +45,5 @@ command z !!zathura %c:p @@ -45,3 +45,5 @@ command z !!zathura %c:p
command renamepdfs !renamepdfs --directory %d %f
command g !press-n-post %f

4
etc/soft/vifm/filetypes

@ -24,12 +24,12 @@ filetype *.bmp,*.jpg,*.jpeg,*.png,*.gif sxiv %c %d/, x-open %c @@ -24,12 +24,12 @@ filetype *.bmp,*.jpg,*.jpeg,*.png,*.gif sxiv %c %d/, x-open %c
filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif sxiv %c %d/, x-open %c
filextype *.svg sensible-browser %f &
" fileviewer *.jpg,*.png lsimg %d/%f %q %pc
fileviewer *.jpg,*.png exiv2 %f
fileviewer *.jpg,*.png exiftool %f, exiv2 %f
" audio
filextype *.mp3,*.wav,*.flac,*.ogg,*.m4a vlc %f &
fileviewer *.mp3 mp3info %f
fileviewer *.mp3 exiftool %f, mp3info %f
" video
filextype *.avi,*.mp4,*.wmv,*.3gp,*.ogv,*.mkv,*.mpg,*.vob,*.flv,*.mov

Loading…
Cancel
Save