mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-24 19:24:14 +02:00
fbi: add page (#17747)
Co-authored-by: Harshavardhan <harshath3018@gmail.com>
This commit is contained in:
parent
e48adbaae8
commit
df0ef72f62
1 changed files with 24 additions and 0 deletions
24
pages/linux/fbi.md
Normal file
24
pages/linux/fbi.md
Normal 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]}}`
|
Loading…
Add table
Reference in a new issue