Search Criteria
Package Details: ctpv-git r258.13aa7a3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ctpv-git.git (read-only, click to copy) |
---|---|
Package Base: | ctpv-git |
Description: | Fast image previews for lf |
Upstream URL: | https://github.com/NikitaIvanovV/ctpv |
Licenses: | MIT |
Provides: | ctpv |
Submitter: | NikitaIvanov |
Maintainer: | NikitaIvanov |
Last Packager: | NikitaIvanov |
Votes: | 12 |
Popularity: | 0.039084 |
First Submitted: | 2022-06-21 14:58 (UTC) |
Last Updated: | 2023-08-19 21:37 (UTC) |
Dependencies (29)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR, coreutils-hybridAUR)
- file (file-gitAUR)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- git (git-gitAUR, git-glAUR) (make)
- atool (atool2-gitAUR) (optional) – for archive files
- bat (bat-cat-gitAUR) (optional) – for text files
- chafa (chafa-gitAUR) (optional) – for image files on Wayland
- colordiff (optional) – for diff files
- diff-so-fancy (diff-so-fancy-gitAUR) (optional) – for diff files
- elinks (elinks-gitAUR) (optional) – for html files
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR) (optional) – for audio files
- ffmpegthumbnailer (optional) – for audio files
- fontforge (fontforge-gitAUR) (optional) – for font files
- git-delta (optional) – for diff files
- glow (glow-gitAUR) (optional) – for markdown files
- gnupg (gnupg-gitAUR, gnupg-largekeysAUR) (optional) – for gpg-encrypted files
- highlight (optional) – for text files
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (optional) – for svg files
- jq (jq-gitAUR, jaq-binAUR) (optional) – for json files
- libreoffice-fresh (optional) – for office files
- lynx (lynx-gitAUR, lynx-currentAUR) (optional) – for html files
- mdcat (optional) – for markdown files
- perl-image-exiftool (optional) – for any files
- poppler (poppler-gitAUR) (optional) – for pdf files
- source-highlight (optional) – for text files
- transmission-cli (transmission-cli-gitAUR, transmission-noxunlei-cliAUR, transmission3-cliAUR) (optional) – for torrent files
- ueberzug (python-ueberzug-gitAUR, ueberzugpp-noglAUR, ueberzugpp) (optional) – for image files on X11
- w3m (w3m-rkta-gitAUR) (optional) – for html files
Latest Comments
« First ‹ Previous 1 2 3
rEnr3n commented on 2023-04-01 13:20 (UTC)
The following keyservers strip the uid, hence the error. I don't know why they do that.
Try these keyservers. They work on my end.
atomicfs commented on 2023-04-01 13:03 (UTC)
Hey, I am getting a problem with GPG verification
And the
4AEE18F83AFDEB23
cannot be imported:NikitaIvanov commented on 2022-08-16 15:50 (UTC)
@m040601 I've started testing w3mimgdisplay to see how I can add it to ctpv. Thank you for the info!
m040601 commented on 2022-08-02 00:30 (UTC) (edited on 2022-08-02 00:31 (UTC) by m040601)
I forgot to add. This might be usefull developing ctpv. Two places worth studying. To get inspiration, tricks and notice the 3rd party toools they use:
m040601 commented on 2022-07-29 17:59 (UTC) (edited on 2022-07-29 18:29 (UTC) by m040601)
Just as additional information.
You can have "real" image and video previews without X11 in a file manager. Not just "chafa" pixelated type. Real full images.
The only program I know that can do this currently, without X11, is w3mimgdisplay . You get it when you install w3m. It is one of the options for image previewers in ranger. Actually it is the default image previewer in ranger, not ueberzug.
I use it with ranger on the bare Linux console, or with fbterm, and/or combined with tmux, and it works flawlessly. FFmpegthumnailer (arch official) package generates the preview image for videos.
Mpv should also work with ranger (without x11) in the future for full image previews. It's on the man page, but it currently crashes ranger.
Right now, you have in ctpv README,
If you had w3mimgdisplay support to ctpv, then you can really say that ctpv is truly X11 independent.
NikitaIvanov commented on 2022-07-17 10:22 (UTC)
@m040601 I'm glad you like my work! I don't have a blog (I wish I did though) but I'll consider posting at "Community Contributions".
Wow, your setup is interesting! ctpv should be X11 independent (except for ueberzug image previews, but those are optional).
As for the error you are getting, could you run
gpg --recv-keys 6E656AC5B97B5133
and see if it works?m040601 commented on 2022-07-17 02:24 (UTC) (edited on 2022-07-17 02:35 (UTC) by m040601)
Thanks for your work and maintaining the PKGBUILDS.
Really nice and interesting tool. Please keep it X11 independent.
I'm testing a lean setup with lf coupled with a previewer for images, video (thumbnails), pdfs etc like this. I'm using a setup without desktop environment. Without desktop manager. Without booting X11. Just the Linux framebuffer.Amazing the things you can do with it. Video with mpv, pictures not only with chafa, but real image viewing etc.
Also liked your other "ictree". Just bumped into them after randomly browsing suckless.org. Both really deserve more attention and a post in maybe on your blog or at "Community Contributions", https://bbs.archlinux.org/viewforum.php?id=27. So nice things you can make with tree and pipes.
In the mean time, there's a problem with ctpv-git PKGBUILD with your PGP signatures.
« First ‹ Previous 1 2 3