summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authorSeyoung <seyoung@seyoung.cs.hut.fi>2017-11-22 21:36:39 +0200
committerSeyoung <seyoung@seyoung.cs.hut.fi>2017-11-22 21:36:39 +0200
commit959011094ffd886c6c0427d26254c790178a50d6 (patch)
tree0c5fb429c28b1081c77dae2214aed98e40b8e34d /ranger
parent63dd9eb329c3c36dbb1dc9372b4fa43aa9bc7ddf (diff)
downloadranger-959011094ffd886c6c0427d26254c790178a50d6.tar.gz
Open PDFs with Preview in macOS
Diffstat (limited to 'ranger')
-rw-r--r--ranger/config/rifle.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/config/rifle.conf b/ranger/config/rifle.conf
index 1924bff3..8bd5f565 100644
--- a/ranger/config/rifle.conf
+++ b/ranger/config/rifle.conf
@@ -149,6 +149,7 @@ ext pdf, has atril,    X, flag f = atril -- "$@"
 ext pdf, has okular,   X, flag f = okular -- "$@"
 ext pdf, has epdfview, X, flag f = epdfview -- "$@"
 ext pdf, has qpdfview, X, flag f = qpdfview "$@"
+ext pdf, has open,     X, flat f = open "$@"
 
 ext docx?, has catdoc,       terminal = catdoc -- "$@" | "$PAGER"