aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2016-09-30 13:18:50 -0700
committerkatherine <shmibs@shmibbles.me>2016-09-30 13:18:50 -0700
commitcb4b7b0e4b8a674325f901c4cb268be5a17a456c (patch)
tree4b0b4510d22e3695656a72dfb7425d79416cee78
parent4995484d261e0b12ae0aec1d8af68c67ecd869bf (diff)
downloaddotfiles-cb4b7b0e4b8a674325f901c4cb268be5a17a456c.tar.gz
update archive rifle commands
-rw-r--r--.config/ranger/rifle.conf13
1 files changed, 6 insertions, 7 deletions
diff --git a/.config/ranger/rifle.conf b/.config/ranger/rifle.conf
index 18c1ed0..6015540 100644
--- a/.config/ranger/rifle.conf
+++ b/.config/ranger/rifle.conf
@@ -126,7 +126,7 @@ ext djvu|pdf|ps, has zathura, X, flag f = zathura -- "$@"
ext tex, has latex = latex -- "-output-format=pdf" "$@"
-ext docx?, has catdoc, terminal = catdoc -- "$@" | "$PAGER"
+ext docx?, has catdoc, terminal = catdoc -- "$@" | $PAGER
ext sxc|xlsx?|xlt|xlw|gnm|gnumeric, has gnumeric, X, flag f = gnumeric -- "$@"
ext sxc|xlsx?|xlt|xlw|gnm|gnumeric, has kspread, X, flag f = kspread -- "$@"
@@ -145,17 +145,16 @@ ext xcf, X, flag f = gimp -- "$@"
#-------------------------------------------
# This requires atool
ext cbr|cbz, has mcomix, X, flag f = mcomix -- "$@"
-ext iso, has udevil = udevil mount "$@"
-ext iso, has udevil = udevil mount "$@"
-ext 7z|ace|ar|arc|bz2?|cab|cpio|cpt|deb|dgc|dmg|gz, has als = als -- "$@" | "$PAGER"
-ext iso|jar|msi|pkg|rar|shar|tar|tgz|xar|xpi|xz|zip, has als = als -- "$@" | "$PAGER"
+ext 7z|ace|ar|arc|bz2?|cab|cpio|cpt|deb|dgc|dmg|gz, has als = als -- "$@" | $PAGER
+ext iso|jar|msi|pkg|rar|shar|tar|tgz|xar|xpi|xz|zip, has als = als -- "$@" | $PAGER
ext 7z|ace|ar|arc|bz2?|cab|cpio|cpt|deb|dgc|dmg|gz, has aunpack = aunpack -- "$@"
ext iso|jar|msi|pkg|rar|shar|tar|tgz|xar|xpi|xz|zip, has aunpack = aunpack -- "$@"
+ext iso, has udevil = udevil mount "$@"
ext 7z|ace|ar|arc|bz2?|cab|cpio|cpt|deb|dgc|dmg|gz, has mcomix, X, flag f = mcomix -- "$@"
-ext iso|jar|msi|pkg|rar|shar|tar|tgz|xar|xpi|xz|zip, has mcomix, X, flag f = mcomix -- "$@"
+ext jar|msi|pkg|rar|shar|tar|tgz|xar|xpi|xz|zip, has mcomix, X, flag f = mcomix -- "$@"
# Fallback:
-ext tar|gz, has tar = tar vvtf "$@" | "$PAGER"
+ext tar|gz, has tar = tar vvtf "$@" | $PAGER
ext tar|gz, has tar = tar vvxf "$@"
#-------------------------------------------