Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 688 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 688 Bytes

Pre

preview images within the terminal

dependencies

crates:

Build/Install

cargo build --release

note: to use the command anywhere in the terminal, add the binary to your path, most of the time it will be in target/release/

Usage

pre <image path>

Flags

  • --height: determines the images size based on the terminals height
  • --stretch: stretches the image to fit the terminal

note: the image will be resized by width if no flags are provided.