diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2018-05-28 13:27:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-28 13:27:29 +0200 |
commit | f20dd1b7c38de92796340636aea322893f497aa8 (patch) | |
tree | 905e69a7cb66f272b551e02e0b43d5acf13f440f /README.md | |
parent | c8613cf8a83c9fc516cb1d0c523bf63dc79f1a70 (diff) | |
parent | 5eb0077250d8b296c771e77d42e58bc63fdb4f8a (diff) | |
download | ranger-f20dd1b7c38de92796340636aea322893f497aa8.tar.gz |
Merge pull request #1092 from FichteForks/detect_file_encoding
Improve file encoding detection for previews
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md index df17f731..8abb7265 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ Optional, for enhanced file previews (with `scope.sh`): * `transmission-show` for viewing bit-torrent information * `mediainfo` or `exiftool` for viewing information about media files * `odt2txt` for OpenDocument text files (`odt`, `ods`, `odp` and `sxw`) +* `chardet` (Python package) for improved encoding detection of text files Installing |