logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ueberzug - command line utility which draws images on terminals

Author

       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

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

See Also