diff options
author | toonn <toonn@toonn.io> | 2019-12-20 00:26:33 +0100 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-12-20 00:26:33 +0100 |
commit | 1f3dcc273bd69d43ab24395fc81d1da9a3ae1b4c (patch) | |
tree | 21a080a05d59e8b99a5be0e849bb06bcbeb65328 /doc/ranger.pod | |
parent | 4d3e3b8c29039b423eec18fa1a63d61e39f63e48 (diff) | |
download | ranger-1f3dcc273bd69d43ab24395fc81d1da9a3ae1b4c.tar.gz |
Add bat to documentation
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r-- | doc/ranger.pod | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index 8fbc8826..81a9dfea 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -192,7 +192,8 @@ scripts by setting the option C<use_preview_script> and C<preview_files> to true This default script is F<%rangerdir/data/scope.sh>. It contains more documentation and calls to the programs I<lynx> and I<elinks> for html, I<highlight> for text/code, I<img2txt> for images, I<atool> for archives, -I<pdftotext> or I<mutool> for PDFs and I<mediainfo> for video and audio files. +I<pdftotext> or I<mutool> for PDFs and I<mediainfo> for video and audio files +and others. Install these programs (just the ones you need) and scope.sh will automatically use them. @@ -1770,6 +1771,11 @@ the "S" key. Defaults to "/bin/sh". Defines the terminal emulator command that ranger is going to use with the :terminal command and the "t" run flag. Defaults to "xterm". +=item BAT_STYLE + +Specifies the theme to be used for syntax highlighting when I<bat> is +installed, unless I<highlight> is also installed. Find out possible values by +running C<bat --list-themes>. =item XDG_CONFIG_HOME |