commands.sh

fbi

linux

Display images in a terminal framebuffer.

More info →

Options (3)

-t, --timeoutboolean

Start a slideshow with a custom delay (in seconds)

Example: sudo fbi {{[-t|--timeout]}} {{delay}} {{path/to/files/*}}
-a, --autozoomboolean

Scale the image to fit the screen

Example: sudo fbi {{[-a|--autozoom]}} {{path/to/file}}
-h, --helpboolean

Display help

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

Examples (5)

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]
made by @shridhargupta | data from tldr-pages