diff options
author | Marie-Helene Burle <msb2@sfu.ca> | 2019-06-01 11:07:06 -0700 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-12-30 21:16:38 +0100 |
commit | e30459d31a61a1baf05b72880b743878dbdbe86c (patch) | |
tree | 622a293bdf38abf4a5299b677cf9f0c3853a6c19 | |
parent | f090ef18c29ba5de0098ad54f87f84ef6f536086 (diff) | |
download | ranger-e30459d31a61a1baf05b72880b743878dbdbe86c.tar.gz |
Minor change in comment
-rwxr-xr-x | ranger/data/scope.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh index bf8cdd36..ff7aa85e 100755 --- a/ranger/data/scope.sh +++ b/ranger/data/scope.sh @@ -101,9 +101,9 @@ handle_extension() { catdoc "${FILE_PATH}" && exit 5 exit 1;; - ## DOCX, EPUB, FB2 (using pandoc) - ## you might want to remove EPUB and/or FB2 if you have uncommented - ## other methods to preview those formats + ## DOCX, ePub, FB2 (using markdown) + ## You might want to remove "|epub" and/or "|fb2" below if you have + ## uncommented other methods to preview those formats docx|epub|fb2) ## Preview as markdown conversion pandoc -s -t markdown "${FILE_PATH}" && exit 5 |