From cb4b7b0e4b8a674325f901c4cb268be5a17a456c Mon Sep 17 00:00:00 2001 From: katherine Date: Fri, 30 Sep 2016 13:18:50 -0700 Subject: update archive rifle commands --- .config/ranger/rifle.conf | 13 ++++++------- 1 file 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 "$@" #------------------------------------------- -- cgit v1.2.3