picterm 0.0.3

TUI image viewer
Documentation
# Picterm

TUI image viewer

![](screenshot.png)

## install
```bash
$ cargo install picterm
```

or

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

## usage
```bash
$ picterm # => Current directory
$ picterm ./
$ picterm $HOME/Downloads/
```