# tuimager It is a tui image viewer based on kitty/iterm graphic protocols. For Chinese, you could view [my blog](https://jedsek.xyz/categories/rust-tui) about using ratatui-rs to write this simple project. **Note:** Your terminal should support kitty/iterm graghpic protocols like `kitty/wezterm`. ## Showcase ![recording](./screenshots/1.webm) ![screenshot_1](./screenshots/screenshot_1.jpg) ![screenshot_2](./screenshots/screenshot_2.jpg) ## Installation ### Manual ```bash git clone https://github.com/jedsek/tuimager ./tuimager cargo install --path ./tuimager ``` ### Release You could download the binary published in [Release](https://github.com/Jedsek/tuimager/releases/) Thanks!