Terminal-based image viewer.
cleye --help
cleye 0.1.0
evanandrewrose <[email protected]>
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.
Acquire rust and cargo from rustup.rs, then just run:
cargo build
cargo run
This application was extremely easy to develop thanks to: