From 0fd1c038cc64eb3b2aa800c17b1b17192528713b Mon Sep 17 00:00:00 2001 From: Nikita Ivanov <51688199+NikitaIvanovV@users.noreply.github.com> Date: Wed, 15 Jun 2022 14:24:54 +0500 Subject: [PATCH] Minor --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa3d8f0..34bc011 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,9 @@ Terminal previewer ---- -ctpv is a terminal previewer utility that supports a variety of built-in previews -(including image previews 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 awesome program https://github.com/NikitaIvanovV/ctpv [stpv](https://github.com/Naheel-Azawy/stpv) but it's written in C. stpv worked perfectly for me, except it was kinda sluggish because it was written in POSIX shell.