Skip to content

Commit 0f4cd2e

Browse files
author
Anna Blake
committed
Add links to resources, particularly xterm's control sequences
1 parent de7acb6 commit 0f4cd2e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ colors you want (e.g., `xterm -bg blue`, in the second example below).
5151

5252
## Features
5353

54+
* Detects if your terminal can display SIXEL graphics inline using [control sequences](https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h2-Sixel-Graphics).
55+
5456
* Works great over ssh. Perfect for manipulating those images on the
5557
web server when you can't quite remember what each one was.
5658

@@ -213,3 +215,8 @@ GitHub.
213215
ImageMagick, it's overkill. For a simple directory listing, this
214216
is plenty fast enough.
215217

218+
## Resources
219+
220+
* [XTerm Control Sequences](https://invisible-island.net/xterm/ctlseqs/ctlseqs.html)
221+
* [VT340 Programmer's Reference](https://vt100.net/docs/vt3xx-gp/chapter14.html)
222+
* [ImageMagick](https://imagemagick.org/)

0 commit comments

Comments
 (0)