| Crates.io | fiv |
| lib.rs | fiv |
| version | 0.2.0 |
| created_at | 2026-01-18 14:12:42.747563+00 |
| updated_at | 2026-01-18 14:12:42.747563+00 |
| description | A fast, lightweight image viewer |
| homepage | https://github.com/Occy88/fiv |
| repository | https://github.com/Occy88/fiv |
| max_upload_size | |
| id | 2052407 |
| size | 167,198 |
A fast, lightweight image viewer built in Rust.
Debian/Ubuntu:
# Download the latest .deb from releases
sudo dpkg -i fiv_*.deb
Fedora/RHEL:
# Download the latest .rpm from releases
sudo rpm -i fiv-*.rpm
Arch Linux (AUR):
yay -S fiv
macOS (Homebrew):
brew tap Occy88/tap
brew install fiv
# Clone the repository
git clone https://github.com/Occy88/fiv.git
cd fiv
# Build and install
make release
sudo make install
# View images in current directory
fiv
# View images in a specific directory
fiv /path/to/images
| Key | Action |
|---|---|
Right / D / Space |
Next image |
Left / A |
Previous image |
Home |
First image |
End |
Last image |
Q / Escape |
Quit |
Tip: Hold navigation keys for rapid scrolling.
Requirements:
libxkbcommon-dev, libwayland-dev# Development build
cargo build
# Release build (optimized)
cargo build --release
# Run tests
cargo test
MIT License - see LICENSE for details.