ttview

Crates.iottview
lib.rsttview
version0.8.0
created_at2025-05-06 10:27:35.245705+00
updated_at2025-05-08 12:42:42.186423+00
descriptionTerminal Image Viewer
homepage
repositoryhttps://github.com/phkeese/TTView
max_upload_size
id1662143
size134,005
Philipp Keese (phkeese)

documentation

README

TTView - Terminal Image Viewer

This application displays images by changing the text color and displaying U+2580 ("▀", Upper half block). Images are resized to fit with a default width of 80 characters.

Example

Usage

Display an image: ttview path/to/image.
Custom width: ttview -w 100 path/to/image Default width is 80 characters.

Inspiration & Credits

Inspiration: Minecraft, but it runs in the terminal by @zacoons on YouTube.
Test image of a platypus (small.jpg) taken from Wikipedia, taken by Charles J. Sharp and distributed under CC BY-SA 4.0.

Thanks to clap, image and built ❤️

Contributing

If you have an idea how to improve this crate, go ahead and open an issue or create a pull request :D

Commit count: 18

cargo fmt