Skip to content

Commit df49072

Browse files
committed
#1341, update wiki
1 parent ed99fe2 commit df49072

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/wiki/Images-in-the-terminal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
Onefetch supports displaying images using [`kitty`](https://sw.kovidgoyal.net/kitty/graphics-protocol.html), [`Sixel`](https://en.wikipedia.org/wiki/Sixel) and [`iTerm`](https://www.iterm2.com/documentation-images.html).
1+
Onefetch supports displaying images using [`kitty`](https://sw.kovidgoyal.net/kitty/graphics-protocol.html), [`Sixel`](https://en.wikipedia.org/wiki/Sixel) and [`iTerm`](https://www.iterm2.com/documentation-images.html) protocols.
22

33
<p align="center">
44
<img src="https://raw.githubusercontent.com/o2sh/onefetch/main/assets/screenshot-1.png" height="250px">
55
</p>
66

7-
When running `onefetch --image ./My-picture.jpg`, the program looks for the first `Image Backend` supported by the terminal and use it to display the requested image instead of the Ascii logo.
7+
When running `onefetch --image ./My-picture.jpg`, the program looks for the first `Image Protocol` supported by the terminal and use it to display the requested image instead of the Ascii logo.
88

9-
If you decide to go manual, and want to force the use of a specific image backend --> `onefetch --image ./My-picture.jpg --image-backend sixel|kitty|iterm`
9+
If you decide to go manual, and want to force the use of a specific image protocol: `onefetch --image ./My-picture.jpg --image-protocol sixel|kitty|iterm`
1010

1111
### Sixel
1212

@@ -20,4 +20,4 @@ The kitty terminal graphics protocol used on the terminal of the same name allow
2020

2121
### ITerm
2222

23-
The iTerm inline image protocol supported by iTerm2 (also WezTerm) allows to display images within the terminal.
23+
The iTerm inline image protocol supported by iTerm2 (also WezTerm) allows to display images within the terminal.

0 commit comments

Comments
 (0)