mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-06-20 18:08:02 +02:00
Fix
This commit is contained in:
parent
230f6254c5
commit
d40333273a
@ -63,9 +63,10 @@ For example, you only need either `elinks`, `lynx` or
|
||||
| markdown | `mdcat` |
|
||||
| office | `libreoffice` |
|
||||
| pdf | `pdftoppm` |
|
||||
| svg | `convert` |
|
||||
| text | `bat` `cat` `highlight` `source-highlight` |
|
||||
| torrent | `transmission-show` |
|
||||
| video | `convert` `ffmpegthumbnailer` |
|
||||
| video | `ffmpegthumbnailer` |
|
||||
|
||||
<!--TABLEEND-->
|
||||
|
||||
|
@ -108,6 +108,9 @@ T}
|
||||
pdf T{
|
||||
pdftoppm
|
||||
T}
|
||||
svg T{
|
||||
convert
|
||||
T}
|
||||
text T{
|
||||
bat cat highlight source\-highlight
|
||||
T}
|
||||
@ -115,7 +118,7 @@ torrent T{
|
||||
transmission\-show
|
||||
T}
|
||||
video T{
|
||||
convert ffmpegthumbnailer
|
||||
ffmpegthumbnailer
|
||||
T}
|
||||
.TE
|
||||
.\" TABLEEND
|
||||
|
@ -1,7 +1,7 @@
|
||||
# video: convert
|
||||
# svg: convert
|
||||
|
||||
video() {
|
||||
svg() {
|
||||
convert "$f" "jpg:$cache_f"
|
||||
}
|
||||
|
||||
convert_and_show_image video
|
||||
convert_and_show_image svg
|
||||
|
Loading…
x
Reference in New Issue
Block a user