Skip to content

A fast, light-weight, cross-platform image viewer for command line users.

Notifications You must be signed in to change notification settings

Boltzmachine/veh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Veh

Veh is a fast, light-weight, and cross-platform image viewer. It is mainly aimed at command line users. The name veh borrows from the famous image viewer feh. veh is written in vello, an experimental 2D graphics rendering engine written in Rust, with a focus on GPU compute.

Installation

Prerequisite: You need to have Rust installed.

To install veh for a user

cargo install --git https://github.com/Boltzmachine/veh.git

It will install veh to ~/.cargo/bin by default.

Or system-wide

sudo -E cargo install --git https://github.com/Boltzmachine/veh.git --root /usr/local  # or other directory

Usage

veh <image_path>

For example,

veh assets/test.png

which will give you the result:

Now you can drag the image around by press the left button of your mouse. Middle wheel for zoom in or out.

About

A fast, light-weight, cross-platform image viewer for command line users.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages