aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2020-01-11 18:58:46 +0100
committerInigoGutierrez <inigogf.95@gmail.com>2020-01-11 18:58:46 +0100
commitd20767533c8d86fcaf0af6688c4cdf6527f5e5c5 (patch)
tree7a5733bb329e82a74fc0f2cae15a2213afdf9132
parent42e846b50a91e692558c9ba313fb88612cbd14ab (diff)
downloadconfigs-d20767533c8d86fcaf0af6688c4cdf6527f5e5c5.tar.gz
configs-d20767533c8d86fcaf0af6688c4cdf6527f5e5c5.zip
Added macros to ranger to unpack rars and tars.
-rw-r--r--files/ranger/rc.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/files/ranger/rc.conf b/files/ranger/rc.conf
index 6652a07..512d42f 100644
--- a/files/ranger/rc.conf
+++ b/files/ranger/rc.conf
@@ -264,6 +264,8 @@ map ,P shell lowriter --convert-to pdf %f
map ,um shell sudo umount %p
map ,z shell zip -r %f.zip %s
map ,uz shell unzip %f
+map ,ur shell unrar x %f
+map ,ut shell tar -xvzf %f
map ,m shell move.sh %s
map ,c shell copy.sh %s
map ,C shell scp.sh %s