diff options
author | pirate486743186 <okgomdjgbmoij@gmail.com> | 2021-04-09 08:10:09 +0200 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2021-04-25 18:17:44 +0200 |
commit | 8f3dd233fd1fc1bad6f1927251a53a42e017385c (patch) | |
tree | 7962928c0d8b97a5a24114cb7e71e81a07a52399 /ranger | |
parent | 8cc1d9515ad9e964e1e4c2e36879f267f492c9eb (diff) | |
download | ranger-8f3dd233fd1fc1bad6f1927251a53a42e017385c.tar.gz |
adding qcomicbook in archives
Diffstat (limited to 'ranger')
-rw-r--r-- | ranger/config/rifle.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/config/rifle.conf b/ranger/config/rifle.conf index 0e594a85..414ec34c 100644 --- a/ranger/config/rifle.conf +++ b/ranger/config/rifle.conf @@ -228,6 +228,7 @@ ext ace, has unace = unace l "$1" | less ext ace, has unace = for file in "$@"; do unace e "$file"; done ext rar, has unrar = unrar l "$1" | less ext rar, has unrar = for file in "$@"; do unrar x "$file"; done +ext rar|zip, has qcomicbook, X, flag f = qcomicbook "$@" ext rar|zip, has mcomix, X, flag f = mcomix -- "$@" #------------------------------------------- |