Update doc/terminal-images.md

`icat` can fetch images directly, no `curl` call needed (#574)
pull/583/head
Igor Chubin 4 years ago committed by GitHub
parent 34a187e27f
commit 51a924675a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
```

Loading…
Cancel
Save