mirror of
https://github.com/chubin/wttr.in
synced 2025-01-12 03:58:45 +00:00
Update doc/terminal-images.md
`icat` can fetch images directly, no `curl` call needed (#574)
This commit is contained in:
parent
34a187e27f
commit
51a924675a
1 changed files with 6 additions and 0 deletions
|
@ -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…
Reference in a new issue