1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-24 12:24:08 +02:00

fbi: add page (#17747)

Co-authored-by: Harshavardhan <harshath3018@gmail.com>
This commit is contained in:
Managor 2025-08-21 08:06:55 +03:00 committed by GitHub
parent e48adbaae8
commit df0ef72f62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

24
pages/linux/fbi.md Normal file
View file

@ -0,0 +1,24 @@
# 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]}}`