From df0ef72f624737da1585b57f090d58f3304dc18f Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 21 Aug 2025 08:06:55 +0300 Subject: [PATCH] fbi: add page (#17747) Co-authored-by: Harshavardhan --- pages/linux/fbi.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/fbi.md diff --git a/pages/linux/fbi.md b/pages/linux/fbi.md new file mode 100644 index 0000000000..b213193580 --- /dev/null +++ b/pages/linux/fbi.md @@ -0,0 +1,24 @@ +# fbi + +> Display images in a terminal framebuffer. +> More information: . + +- 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]}}`