viu
Terminal image viewer with native support for iTerm and Kitty
Small command-line application to view images from the terminal written in Rust
- Native iTerm and Kitty support
- Animated GIF support
- Accept media through stdin
- Custom dimensions
- Transparency
- Experimental Sixel support (behind the sixel feature flag)
https://github.com/atanunq/viu
amd64
Installation
1. Add WakeMeOps repository
curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash
2. Install viu
Snippets
Download URLs
Version | SHA256 | Size (KB) |
---|---|---|
1.5.1 | 481d2703e0afae6a35e8bba3b6685e9cf5cd9efe67734e6d8e9d55b2594c5e0a |
1185 |
Blueprints
Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for viu are versioned here.
Click here to see viu ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/terminal/viu/ops2deb.yml
name: viu
matrix:
architectures:
- amd64
versions:
- 1.5.1
homepage: https://github.com/atanunq/viu
summary: terminal image viewer with native support for iTerm and Kitty
description: |-
Small command-line application to view images from the terminal written in Rust
- Native iTerm and Kitty support
- Animated GIF support
- Accept media through stdin
- Custom dimensions
- Transparency
- Experimental Sixel support (behind the sixel feature flag)
fetch: https://github.com/atanunq/viu/releases/download/v{{version}}/viu-x86_64-unknown-linux-musl
install:
- viu-x86_64-unknown-linux-musl:/usr/bin/viu
The blueprint fetch
keyword contains a URL template pointing to viu releases. Downloaded files are locked in a lockfile versioned here.