An open API service indexing awesome lists of open source software.

https://github.com/tomasruud/dog

dog (dump out graphics) is kinda like cat, but for images. The perfect friendly companion for making sloppy image previews in your terminal. 🐶
https://github.com/tomasruud/dog

cat cli image

Last synced: 2 months ago
JSON representation

dog (dump out graphics) is kinda like cat, but for images. The perfect friendly companion for making sloppy image previews in your terminal. 🐶

Awesome Lists containing this project

README

        

# dog (dump out graphics) 🐶

A friendly, `cat`-like command to view images in your terminal.

The main goal with this tool is not to render images with prefect accuracy, but to be able to
somewhat get a quick and dirty preview of what an image looks like when you're on the go.

## Installing
```shell
go install github.com/tomasruud/dog@latest
```

## Usage
```shell
# You can use it with local files
dog

# Or pipe something from a remote url
curl -s | dog

# Cats and dogs play together just fine
cat | dog
```

## Similar tools
Inspired by [imgcat by danielgatis](https://github.com/danielgatis/imgcat).