This commit is contained in:
Nikita Ivanov 2022-06-16 10:00:57 +05:00
parent c40cf7e2eb
commit 353129c560
No known key found for this signature in database
GPG Key ID: 6E656AC5B97B5133

View File

@ -6,17 +6,20 @@ Terminal previewer
---- ----
ctpv is an utility for previewing various files (including images with [Überzug](https://github.com/seebye/ueberzug)). ctpv is an utility for previewing various files
(including images with [Überzug](https://github.com/seebye/ueberzug)).
ctpv is a remake of awesome program named [stpv](https://github.com/Naheel-Azawy/stpv) ctpv is a remake of an awesome program named
but it's written in C. [stpv](https://github.com/Naheel-Azawy/stpv) written in C.
stpv worked perfectly for me, except it was kinda sluggish because stpv worked perfectly for me, except it was kinda sluggish because
it was written in POSIX shell. it was written in POSIX shell.
ctpv is an attempt to make a faster version of stpv and add some new features. ctpv is an attempt to make a faster version of stpv and add some
new features.
Originally it was made for [lf](https://github.com/gokcehan/lf) Originally it was made for [lf](https://github.com/gokcehan/lf)
but I assume it should not be hard to integrate ctpv into other file manager but I believe that it can be easily integrated into
programs (if they support external programs for providing previews like lf, of course). other programs as well if they support previews provided by
external programs like lf does.
## Installation ## Installation
@ -46,4 +49,5 @@ cmd on-quit $ctpv -e $id
## Documentation ## Documentation
Full documentation for the program can be found here: https://nikitaivanovv.github.io/ctpv/ Full documentation for the program can be found here:
https://nikitaivanovv.github.io/ctpv/