Use a table instead

This commit is contained in:
Nikita Ivanov 2022-06-17 13:53:10 +05:00
parent 6923c890d7
commit fa00d9ff6f
No known key found for this signature in database
GPG Key ID: 6E656AC5B97B5133

View File

@ -27,40 +27,18 @@ These programs are needed to make specific previews work.
If a preview requires some program and it's not found on the system, If a preview requires some program and it's not found on the system,
`ctpv` will fallback to other previews. `ctpv` will fallback to other previews.
Image files: | File types | Required programs |
* `ueberzug` | ---- | ---- |
| Text files | `source-highlight` `highlight` |
Videos: | Image files | `ueberzug` |
* `ffmpegthumbnailer` | Videos | `ffmpegthumbnailer` |
| Diff files | `colordiff` `delta` `diff-so-fancy` |
Text files: | Markdown | `mdcat` |
* `source-highlight` | JSON files | `jq` |
* `highlight` | PDF files | `pdftoppm` |
| Torrent files | `transmission-show` |
Diff files: | HTML files | `w3m` `lynx` `elinks` |
* `colordiff` | Any other files | `exiftool` |
* `delta`
* `diff-so-fancy`
Markdown:
* `mdcat`
JSON files:
* `jq`
PDF files:
* `pdftoppm`
Torrent files:
* `transmission-show`
HTML files:
* `w3m`
* `lynx`
* `elinks`
Any other files:
* `exiftool`
## Installation ## Installation