pixterm

Crates.iopixterm
lib.rspixterm
version0.4.0
sourcesrc
created_at2021-12-10 20:03:37.278151
updated_at2022-06-23 16:44:11.281358
descriptionA CLI to show images in a terminal
homepage
repositoryhttps://github.com/RubixDev/pixterm
max_upload_size
id495851
size62,342
Silas Groh (RubixDev)

documentation

README

pixterm

A CLI to show images in a terminal

Usage

pixterm [FLAGS] [OPTIONS] <file>

Arguments

name description
file Path to image file to display

Flags

short long description
-h --help Prints help information
-r --raw Print escape sequences literal
-s --silent Do not print to stdout. Useful with --outfile
-V --version Prints version information

Options

short long description default
-W --width Maximum width in pixels of the resized image. Also see --height 32
-H --height Maximum height in pixels of the resized image. Also see --width 32
-o --outfile File to write the resulting string into. See --raw to get literal escape sequences and --silent to suppress stdout None
-t --threshold Minimum alpha value of a pixel for it to be shown 50
Commit count: 29

cargo fmt