preview images within the terminal
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/
pre <image path>
--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.