1个不稳定版本
使用旧的Rust 2015
0.1.0 | 2017年9月7日 |
---|
#22 in #terminal-based
1.5MB
72 行
cleye
基于终端的图片查看器。
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.
原始版本
cleye
系统要求
从rustup.rs获取rust和cargo,然后只需运行
构建
cargo build
运行
cargo run
感谢
多亏了
依赖项
~16MB
~158K SLoC