diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2019-12-28 01:07:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-28 01:07:49 +0100 |
commit | 814ba418732267d13bdbe01342d14b1c85171133 (patch) | |
tree | fc476dc0e5ebda3b09caa9ecd859f973ef3e7b49 /README.md | |
parent | 3417dc99a39f860b2a91fcc43e165c7b1707fb7a (diff) | |
parent | 45f58365d6b0ef475407571c77cb98cd7ae1717e (diff) | |
download | ranger-814ba418732267d13bdbe01342d14b1c85171133.tar.gz |
Merge branch 'master' into chain-macros
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md index 85f6137e..bf1533a6 100644 --- a/README.md +++ b/README.md @@ -82,22 +82,22 @@ For general usage: * `file` for determining file types * `chardet` (Python package) for improved encoding detection of text files * `sudo` to use the "run as root" feature -* `python-bidi` to display right-to-left file names correctly (Hebrew, Arabic) +* `python-bidi` (Python package) to display right-to-left file names correctly + (Hebrew, Arabic) For enhanced file previews (with `scope.sh`): * `img2txt` (from `caca-utils`) for ASCII-art image previews -* `w3mimgdisplay`, `ueberzug`, `kitty`, `terminology` or `urxvt` for image - previews +* `w3mimgdisplay`, `ueberzug`, `mpv`, `iTerm2`, `kitty`, `terminology` or `urxvt` for image previews * `convert` (from `imagemagick`) to auto-rotate images and for SVG previews * `ffmpegthumbnailer` for video thumbnails -* `highlight` or `pygmentize` for syntax highlighting of code +* `highlight`, `bat` or `pygmentize` for syntax highlighting of code * `atool`, `bsdtar`, `unrar` and/or `7z` to preview archives -* `bsdtar`, `tar`, `unrar` and/or `unzip` to preview archives as their first - image +* `bsdtar`, `tar`, `unrar`, `unzip` and/or `zipinfo` (and `sed`) to preview + archives as their first image * `lynx`, `w3m` or `elinks` to preview html pages -* `pdftotext` or `mutool` for textual `pdf` previews, `pdftoppm` to preview as - image +* `pdftotext` or `mutool` (and `fmt`) for textual `pdf` previews, `pdftoppm` to + preview as image * `djvutxt` for textual DjVu previews, `ddjvu` to preview as image * `calibre` or `epub-thumbnailer` for image previews of ebooks * `transmission-show` for viewing BitTorrent information |