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. 🐶
- Host: GitHub
- URL: https://github.com/tomasruud/dog
- Owner: tomasruud
- Created: 2024-02-06T08:45:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-09T15:56:13.000Z (over 1 year ago)
- Last Synced: 2025-02-14T20:57:03.395Z (4 months ago)
- Topics: cat, cli, image
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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).