mirror of
https://github.com/redox-os/cleye
synced 2026-08-25 19:06:46 +00:00
No description
- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| img | ||
| src | ||
| .gitignore | ||
| .travis.yml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
cleye 
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:

