picterm

Crates.iopicterm
lib.rspicterm
version0.0.13
created_at2021-06-23 04:59:42.634612+00
updated_at2023-10-14 08:44:21.667466+00
descriptionTUI image viewer
homepage
repositoryhttps://github.com/ksk001100/picterm
max_upload_size
id413792
size828,405
Keisuke Toyota (ksk001100)

documentation

README

Picterm

crates.io releases count download count issues count forks count license github actions CI

TUI image viewer

Install

$ cargo install picterm

or

$ git clone https://github.com/ksk001100/picterm
$ cd picterm
$ cargo install --path .

or

Download here

Usage

$ picterm --help # => Show help
$ picterm -h
$ picterm # => Current directory
$ picterm ./
$ picterm $HOME/Downloads/
$ picterm ~/Pictures/sample.png
$ picterm ~/Pictures/sample.png --gray # => Gray scale mode
$ picterm ~/Pictures/ -g # => Gray scale mode

Support file format

  • PNG
  • JPG
  • WebP
  • BMP
  • GIF
Commit count: 54

cargo fmt