No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-03-30 10:47:54 -06:00
img Initial commit. 2017-09-03 17:58:01 -06:00
src Initial commit. 2017-09-03 17:58:01 -06:00
.gitignore Allow Cargo.lock in repo 2017-10-04 20:52:18 -06:00
.travis.yml Add travis config. 2017-09-03 18:09:18 -06:00
Cargo.lock Update Cargo.lock 2022-03-30 10:47:54 -06:00
Cargo.toml Add description and license. 2017-09-07 07:10:20 -06:00
README.md Fix indentation. 2017-09-03 18:16:37 -06:00

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: