utilities/ueberzugpp
Überzug++ is a C++ command line utility which allows to draw images
on terminals by using child windows or using sixel on supported
terminals. (This is a drop-in replacement for the now defunct
ueberzug project.)
Advantages over w3mimgdisplay and ueberzug:
- support for wayland (sway only)
- no race conditions as a new window is created to display images
- "expose" events will be processed, so that images will be
redrawn when switching workspaces
- tmux support on X11
- terminals without the WINDOWID environment variable are supported
- chars are used as position and size unit
- A lot of image formats are supported (through opencv and libvips)
- GIF and animated WEBP support on X11 and Sixel
- Resized images are cached for faster viewing
- Developed at utilities
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:PowerPC/ueberzugpp && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000565 565 Bytes | |
_servicedata | 0000000235 235 Bytes | |
ueberzugpp-2.9.6+git20241007.eea57da.tar.gz | 0000395384 386 KB | |
ueberzugpp.changes | 0000029296 28.6 KB | |
ueberzugpp.obsinfo | 0000000119 119 Bytes | |
ueberzugpp.spec | 0000003012 2.94 KB |
Latest Revision
Automatic submission by obs-autosubmit
Comments 2
This comment has been deleted
I have https://github.com/jstkdng/ueberzugpp/issues/177 open to see if this failure can be resolved upstream.
EDIT: should be fixed when v1.14.1 of spdlog is available