mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-06-21 02:18:24 +02:00
Minor
This commit is contained in:
parent
75796b94cc
commit
32e81d073b
@ -23,9 +23,12 @@ external programs like lf does.
|
|||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
All the previews require specific programs to function.
|
Previewing each file type requires specific programs.
|
||||||
If a required program is not found on the system, ctpv
|
If a program is not found on the system, ctpv
|
||||||
will try to use another preview.
|
will try to use another one.
|
||||||
|
Only one program is required for each file type.
|
||||||
|
For example, you only need either `elinks`, `lynx` or
|
||||||
|
`w3m` installed on your system to view HTML files.
|
||||||
|
|
||||||
<!-- This table is auto generated! -->
|
<!-- This table is auto generated! -->
|
||||||
<!--TABLESTART-->
|
<!--TABLESTART-->
|
||||||
|
15
doc/ctpv.1
15
doc/ctpv.1
@ -80,11 +80,20 @@ Symbolic links are dereferenced.
|
|||||||
.
|
.
|
||||||
.SS Dependencies
|
.SS Dependencies
|
||||||
.
|
.
|
||||||
All the previews require specific programs to function.
|
Previewing each file type requires specific programs.
|
||||||
If a required program is not found on the system,
|
If a program is not found on the system,
|
||||||
.B ctpv
|
.B ctpv
|
||||||
will try to use another preview.
|
will try to use another one.
|
||||||
|
Only one program is required for each file type.
|
||||||
|
For example, you only need either
|
||||||
|
.IR elinks ,
|
||||||
|
.IR lynx
|
||||||
|
or
|
||||||
|
.IR w3m
|
||||||
|
installed on your system to view HTML files.
|
||||||
|
.
|
||||||
\# This table is auto generated!
|
\# This table is auto generated!
|
||||||
|
.
|
||||||
\# TABLESTART
|
\# TABLESTART
|
||||||
.TS
|
.TS
|
||||||
allbox;
|
allbox;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user