13 releases

0.0.13 Oct 14, 2023
0.0.12 Oct 9, 2023
0.0.11 May 27, 2022
0.0.10 Mar 31, 2022
0.0.1 Jun 23, 2021

#980 in Parser implementations

Download history 15/week @ 2024-02-16 59/week @ 2024-02-23 6/week @ 2024-03-01 3/week @ 2024-03-08 3/week @ 2024-03-15 100/week @ 2024-03-29

106 downloads per month

Custom license

1MB
1.5K SLoC

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

Dependencies

~18–29MB
~233K SLoC