Crates.io | tuimager |
lib.rs | tuimager |
version | 0.1.0 |
source | src |
created_at | 2023-06-22 08:42:43.845997 |
updated_at | 2023-06-22 08:42:43.845997 |
description | A TUI app for showing image/gif in terminal, written in Rust |
homepage | https://github.com/jedsek/tuimager |
repository | https://github.com/jedsek/tuimager |
max_upload_size | |
id | 897097 |
size | 1,880,590 |
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
.
git clone https://github.com/jedsek/tuimager ./tuimager
cargo install --path ./tuimager
You could download the binary published in Release
Thanks!