Skip to content

Commit bc0173a

Browse files
Update README.md
1 parent 8840e35 commit bc0173a

1 file changed

Lines changed: 9 additions & 15 deletions

File tree

README.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,22 @@ Features
4848

4949
* Pretty decent terminal emulation, on or better than XtermSharp and xterm.js (and more comprehensive in many ways)
5050
* Unicode rendering (including Emoji, and combining characters and emoji)
51-
* Reusable and pluggable engine allows multiple user interfaces to be built on top of it.
51+
* Reusable and pluggable engine allows multiple user interfaces to be built on top of it:
52+
* Bundled MacOS and iOS
53+
* Bundled Headless terminal.
54+
* [TermKit](https://github.com/migueldeicaza/TermKit) contains a terminal-over-a-terminal
55+
* [Pane](https://github.com/migueldeicaza/pane) implements a terminal multiplexor
5256
* Selection engine (with macOS support in the view)
5357
* Supports colors (ANSI, 256, TrueColor)
5458
* Supports mouse events
5559
* Supports terminal resizing operations (controlled by remote host, or locally)
5660
* [Hyperlinks](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda) in terminal output
57-
* AppKit, UIKit front-ends; ncurses front-end [provided separately](https://github.com/migueldeicaza/TermKit)
5861
* Local process and SSH connection support (some assembly required for the last one)
5962
* Proper CoreText rendering can munch through the hardened Unicode test suites.
60-
* Sixel graphics (Use img2sixel to test)
61-
* iTerm2-style graphic rendering (Use imgcat to test)
63+
* Graphics support:
64+
* Sixel (Use img2sixel to test)
65+
* iTerm2-style graphic rendering (Use imgcat to test)
66+
* Kitty graphics (Use kittyimg to test)
6267
* Terminal session recording and playback with termcast
6368
* Fuzzed and abused
6469
* Seems pretty fast to me
@@ -188,17 +193,6 @@ test suite to run.
188193
If using Xcode, you can select the "SwiftTerm" project, and then use Command-U
189194
to run the test suite.
190195

191-
Pending Work
192-
============
193-
194-
GitHub issues has a list of desired features and enhancements
195-
196-
Long Term Plans
197-
===============
198-
199-
In the longer term, I want to also add a tvOS UIView, a
200-
[SwiftGtk](https://github.com/rhx/SwiftGtk) front-end for Linux.
201-
202196
Screenshots
203197
===========
204198

0 commit comments

Comments
 (0)