NikitaIvanovV / ctpv

Image previews for lf file manager
https://www.nikitaivanov.com/man1/ctpv
MIT License
272 stars 26 forks source link

Text wrap? #1

Closed ajboni closed 2 years ago

ajboni commented 2 years ago

Hello, thanks for this great tool! As lf plugin, on text previews, It would be nice to have some sort of text wrap (or maybe thats a lf thing?)

image

it wraps correctly as standalone though

image

NikitaIvanovV commented 2 years ago

That needs to be implemented into preview. Which one of text preview programs do you have installed on the system? You can see the list of all the available ones in the README.

ajboni commented 2 years ago

The problematic one is highlight. Removed that, installed bat and works as expected, also found some error messages with source-highlight only. #2 Thanks!!

NikitaIvanovV commented 2 years ago

It turns out highlight doesn't have an option to set output width (to enable text wrapping) while bat does. I could pipe output of highlight into some external program to add it but I think it would be better to leave it as is. Those who need text wrapping can use bat as you do.