Skip to content

evanandrewrose/cleye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cleye eog representation

Terminal-based image viewer.

cleye --help         
cleye 0.1.0
evanandrewrose <evanandrewrose@gmail.com>
A simple terminal-based image viewer.

USAGE:
    cleye [FLAGS] [OPTIONS] <file_path>

FLAGS:
    -h, --help         Prints help information
    -n, --no_render    Dry run, do not render.
    -V, --version      Prints version information
    -v, --verbose      Enable logging, use multiple `v`s to increase verbosity.

OPTIONS:
    -f, --filter <filter>              Filter to apply when resizing image. (Nearest, Triangle, CatmullRom, Gaussian, Lanczos3) [default: Nearest]
    -p, --pixel_width <pixel_width>    Number of characters for a given pixel. [default: 2]

ARGS:
    <file_path>    Input file to present.

original

eog representation

cleye

cleye_representation

system requirements

Acquire rust and cargo from rustup.rs, then just run:

build

cargo build

run

cargo run

thanks

This application was extremely easy to develop thanks to:

About

A rust CLI image viewer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages