tuimager

Crates.iotuimager
lib.rstuimager
version0.1.0
sourcesrc
created_at2023-06-22 08:42:43.845997
updated_at2023-06-22 08:42:43.845997
descriptionA TUI app for showing image/gif in terminal, written in Rust
homepagehttps://github.com/jedsek/tuimager
repositoryhttps://github.com/jedsek/tuimager
max_upload_size
id897097
size1,880,590
Jedsek (Jedsek)

documentation

https://github.com/jedsek/tuimager

README

tuimager

It is a tui image viewer based on kitty/iterm graphic protocols.
For Chinese, you could view my blog about using ratatui-rs to write this simple project.

Note:
Your terminal should support kitty/iterm graghpic protocols like kitty/wezterm.

Showcase

recording screenshot_1 screenshot_2

Installation

Manual

git clone https://github.com/jedsek/tuimager ./tuimager
cargo install --path ./tuimager

Release

You could download the binary published in Release

Thanks!

Commit count: 1

cargo fmt