#image-viewer #terminal-based #file-path #evanandrewrose

app cleye

A terminal-based image viewer

1 unstable release

Uses old Rust 2015

0.1.0 Sep 7, 2017

#21 in #terminal-based

MIT license

1.5MB
72 lines

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

cleye

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:

Dependencies

~16MB
~155K SLoC