HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

fbi — Display images in a terminal framebuffer. More information: <https://manned.org/fbi>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
terminalcommandimagesfbiframebufferclimoredisplay
linux

Problem

How to use the fbi command: Display images in a terminal framebuffer. More information: <https://manned.org/fbi>.

Solution

fbi — Display images in a terminal framebuffer. More information: <https://manned.org/fbi>.

Display an image:
sudo fbi {{path/to/file}}


Display multiple images:
sudo fbi {{path/to/file1 path/to/file2 ...}}


Start a slideshow with a custom delay (in seconds):
sudo fbi {{[-t|--timeout]}} {{delay}} {{path/to/files/*}}


Scale the image to fit the screen:
sudo fbi {{[-a|--autozoom]}} {{path/to/file}}


Display help:
fbi {{[-h|--help]}}

Code Snippets

Display an image

sudo fbi {{path/to/file}}

Display multiple images

sudo fbi {{path/to/file1 path/to/file2 ...}}

Start a slideshow with a custom delay (in seconds)

sudo fbi {{[-t|--timeout]}} {{delay}} {{path/to/files/*}}

Scale the image to fit the screen

sudo fbi {{[-a|--autozoom]}} {{path/to/file}}

Display help

fbi {{[-h|--help]}}

Context

tldr-pages: linux/fbi

Revisions (0)

No revisions yet.