Crates.io | ferrite |
lib.rs | ferrite |
version | 0.1.28 |
created_at | 2024-12-15 11:35:33.716082+00 |
updated_at | 2025-08-02 20:18:35.938198+00 |
description | Fast and efficient image viewer with focus on performance |
homepage | |
repository | https://github.com/master-of-zen/ferrite |
max_upload_size | |
id | 1484080 |
size | 323,517 |
IT VIEWS IMAGES FAST
cargo install ferrite
ferrite [IMAGE_PATH]
Left Arrow
/ A
: Previous imageRight Arrow
/ D
: Next imageQ
: Quit+
/ =
/ W
: Zoom in-
/ S
: Zoom out0
: Reset zoomF
: Toggle fit modeScroll
: Zoom in/outLeft Click + Drag
: Pan imageFerrite uses TOML for configuration. Generate a default config:
ferrite --generate-config
The config file location is determined by:
FERRITE_CONF
environment variable~/.config/ferrite/config.toml
)Fields in config are self descriptive.
GPL-3.0-or-later