ueberzug - command line utility which draws images on terminals
Contents
Copyright
Copyright (c) 2018-2023 Ueberzug Developers
Description
ueberzug is a command line utility which can draw images on terminals using child windows. It possesses
many advantages over w3mimgdisplay, including: the use of chars as the size unit for position/size, tmux
support, processing of expose events, and support for terminals that do not support WINDOWID.
ueberzug takes the following arguments:
layer [OPTIONS]
Display image
library
Print the path to the bash library
version
Print version information and exit
License
Ueberzug is licensed under the GNU General Public License v3.0
Name
ueberzug - command line utility which draws images on terminals
Options
The layer argument supports the following options:
-p, --parser [ json | simple | bash ]
json: JSON object per line (default)
simple: Key-values separated by a tab character
bash: associative array dumped via `declare -p`
-l, --loader [ thread | process | synchronous ]
thread: load image in thread (default)
process: load image in additional process
synchronous: load image right away
-s, --silent
Print STDERR to /dev/null
See Also
w3mimgdisplay(1) Example scripts using ueberzug in /usr/share/doc/ueberzug/examples 18.3.1 November 2024 UEBERZUG(1)
Synopsis
ueberzuglayer [OPTIONS]
ueberzuglibraryueberzugversion