Update doc/terminal-images.md

`icat` can fetch images directly, no `curl` call needed (#574)
This commit is contained in:
Igor Chubin 2021-02-27 19:11:37 +01:00 committed by GitHub
parent 34a187e27f
commit 51a924675a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,3 +61,9 @@ To view images in kitty:
```
curl -s v3.wttr.in/Tabasco.png | kitty icat --align=left
```
or even without `curl` at all, because `icat` knows how to handle URLs:
```
kitty icat --align=left https://v3.wttr.in/Tabasco.png
```