Skip to content

ksk001100/picterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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