all repos — dotfiles @ b56bfd61434dd9135e29a07d8a2d4754e47cab34

linux dotfiles

update scope.sh for ranger
prithugoswami prithugoswami524@gmail.com
Tue, 18 Sep 2018 05:53:11 +0530
commit

b56bfd61434dd9135e29a07d8a2d4754e47cab34

parent

ed0d472a85ddac64ee423ecaeab08977311abd2f

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M ranger/scope.shranger/scope.sh

@@ -65,6 +65,8 @@ application/pdf)

evince-thumbnailer -s 700 "$path" "$cached" && exit 6;; video/*) ffmpeg -i "$path" -map 0:"$stnum" "$cached" && exit 6;; + audio/*) + ffmpeg -i "$path" -map 0:"$stnum" "$cached" && exit 6;; esac fi