From ea9076b17d1baf1772e5940331bbbcf80acd2d3d Mon Sep 17 00:00:00 2001 From: shmibs Date: Wed, 19 Nov 2014 15:42:21 -0700 Subject: added shortcuts for music conversion --- .config/ranger/rifle.conf | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '.config/ranger') diff --git a/.config/ranger/rifle.conf b/.config/ranger/rifle.conf index c1291d9..131a404 100644 --- a/.config/ranger/rifle.conf +++ b/.config/ranger/rifle.conf @@ -78,8 +78,13 @@ mime ^text, has urxvt, X, flag f = "urxvt" "-e" "$EDITOR" "$@" !mime ^text, ext xml|csv|tex|py|pl|rb|sh|php = "$EDITOR" -- "$@" !mime ^text, ext xml|csv|tex|py|pl|rb|sh|php, has urxvt, X, flag f = "urxvt" "-e" "$EDITOR" "$@" -ext 1 = man "$1" -ext exe = wine "$1" +# wine +ext exe, has wine, X, flag f = wine "$1" + +# music conversion +directory, has flac2all = "flac2all" "vorbis" "$1" "-v" "quality=10" "-o" "$1/converted" +directory, has beet = "beet" "imp" "-t" "$1" + name ^[mM]akefile$ = make name ^[mM]akefile$ = make clean -- cgit v1.2.3