UEBERZUG(1) | User Commands | UEBERZUG(1) |
ueberzug - command line utility which draws images on terminals
ueberzug layer [OPTIONS]
ueberzug library
ueberzug version
ueberzug is a command line utility which can draw images on terminals by 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
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
Copyright (c) 2018-2019 Nico Bäurer <https://github.com/seebye>
Ueberzug is licensed under the GNU General Public License v3.0
This manual page is based on the ueberzug help documentation. It was created by Nick Morrott <nickm@debian.org> for the Debian GNU/Linux system, but may be used by others
Example scripts using ueberzug in /usr/share/doc/ueberzug/examples
March 2022 | 18.1.9 |