mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 23:59:11 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/linux/fbi
Normal file
29
tldr/linux/fbi
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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]}}`
|
||||
Reference in New Issue
Block a user