| Crates.io | lightview |
| lib.rs | lightview |
| version | 0.2.1 |
| created_at | 2025-03-18 04:46:04.700351+00 |
| updated_at | 2025-05-29 21:33:06.828995+00 |
| description | A minimal, borderless image viewer for Wayland |
| homepage | |
| repository | https://github.com/ltdt-apex/lightview |
| max_upload_size | |
| id | 1596129 |
| size | 59,628 |
A blazing-fast, minimalist image viewer built with Rust.
The idea behind Lightview came from using various image viewers, each with their own strengths and limitations:
Lightview aims to combine the best aspects of these viewers - Swappy's clean display, Sxiv's minimalism, and useful navigation features - while avoiding their limitations. The result is a fast, minimal image viewer that lets you focus entirely on the images.
Clean, borderless display
Fullscreen display
Another fullscreen display
yay -S lightview
cargo install lightview
git clone https://github.com/ltdt-apex/lightview
cd lightview
cargo install --path .
Make sure ~/.cargo/bin is in your PATH:
# For zsh users
echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc
# For bash users
echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
# View a single image
lightview path/to/image.jpg
# View all images in current directory
lightview .
# View all images in specific directory
lightview path/to/directory
Left Arrow: Previous imageRight Arrow: Next imageF: Toggle fullscreen (gallery mode)Q: QuitPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.