This commit is contained in:
Nikita Ivanov 2022-09-10 19:30:16 +05:00
parent 9828ba6535
commit 11bb8a0b3b
No known key found for this signature in database
GPG Key ID: 6E656AC5B97B5133

View File

@ -18,13 +18,14 @@ Image previews are powered by one of these:
* [Chafa](https://github.com/hpjansson/chafa) * [Chafa](https://github.com/hpjansson/chafa)
ctpv is a remake of an awesome program named ctpv is a remake of an awesome program named
[stpv](https://github.com/Naheel-Azawy/stpv) 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 ctpv is an attempt to make a faster version of stpv and add some
new features. new features.
Originally it was made for [lf][lf] Originally it was made for [lf][]
file manager but I believe that it can be easily integrated into file manager but I believe that it can be easily integrated into
other programs as well other programs as well
(either via configuration file like in lf or a simple wrapper (either via configuration file like in lf or a simple wrapper
@ -83,7 +84,8 @@ Uninstall with `sudo make uninstall`
### AUR ### AUR
If you are an Arch Linux user, you can install If you are an Arch Linux user, you can install
[`ctpv-git`](https://aur.archlinux.org/packages/ctpv-git) AUR package. [`ctpv-git`](https://aur.archlinux.org/packages/ctpv-git)
AUR package.
```sh ```sh
yay -S ctpv-git yay -S ctpv-git
@ -106,7 +108,7 @@ set cleaner ctpvclear
## Documentation ## Documentation
Full documentation on command line options, Full documentation on command line options,
configuration and how to define custom previews configuration and how to define custom previews can be found here:
can be found here: https://nikitaivanovv.github.io/ctpv/ https://nikitaivanovv.github.io/ctpv/
[lf]: https://github.com/gokcehan/lf [lf]: https://github.com/gokcehan/lf