mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-01-24 16:48:58 +01:00
Use a table instead
This commit is contained in:
parent
6923c890d7
commit
fa00d9ff6f
46
README.md
46
README.md
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user