imgcat

Crates.ioimgcat
lib.rsimgcat
version0.1.0
sourcesrc
created_at2019-12-01 09:11:05.611719
updated_at2019-12-01 09:11:05.611719
descriptionconcatenate and print images in iterm2
homepagehttps://github.com/ltoddy/imgcat-rs
repositoryhttps://github.com/ltoddy/phony
max_upload_size
id185697
size55,013
LiuTao (ltoddy)

documentation

README

Usage:

imgcat 0.1.0

USAGE:
    imgcat [FLAGS] [OPTIONS] <path>

FLAGS:
    -h, --help                     Prints help information
        --inline
        --preserve-aspect-ratio
    -V, --version                  Prints version information

OPTIONS:
        --height <height>     [default: auto]
        --width <width>       [default: auto]

ARGS:
    <path>

cargo run -- me.jpg

install:

cargo install --path .
Commit count: 0

cargo fmt