From 353129c5600d6ac5f67f0c0165cec89b6eb1a10e Mon Sep 17 00:00:00 2001 From: Nikita Ivanov Date: Thu, 16 Jun 2022 10:00:57 +0500 Subject: [PATCH] Minor --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 00606da..ab8ffb9 100644 --- a/README.md +++ b/README.md @@ -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) -but it's written in C. +ctpv is a remake of an awesome program named +[stpv](https://github.com/Naheel-Azawy/stpv) written in C. stpv worked perfectly for me, except it was kinda sluggish because 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) -but I assume it should not be hard to integrate ctpv into other -programs (if they support external programs for providing previews like lf, of course). +file manager but I believe that it can be easily integrated into +other programs as well if they support previews provided by +external programs like lf does. ## Installation @@ -46,4 +49,5 @@ cmd on-quit $ctpv -e $id ## 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/