diff options
| author | alexpdp7 <alex@pdp7.net> | 2026-05-07 08:50:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-07 08:50:04 +0200 |
| commit | 4d1fa0bd0c4cc69a5bc40dd203af111357592564 (patch) | |
| tree | 3c6b6a0f59afdca24b9abe975fc688a1efd50a39 /IDEAS.org | |
| parent | 9aab9437a0ef59390439f2ce52698f760ea8356f (diff) | |
Add HTML-supporting terminal
Diffstat (limited to 'IDEAS.org')
| -rw-r--r-- | IDEAS.org | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -223,6 +223,15 @@ Vivaldi's "spatial navigation" supposedly does this, but chokes on D+. See https://github.com/alexpdp7/pandocsql https://github.com/alexpdp7/pandoc_datalog +* An HTML-supporting terminal + +See https://infosec.exchange/@david_chisnall/116526545563279595 + +- The terminal can detect programs that output HTML and show the HTML instead of regular console output +- Programs can also signal that they run a web server, and the terminal shows the content of the embedded web server. + (So an HTML top could provide a real-time user interface.) +- A command could also provide the way to open a URL in the terminal, so the terminal could replace a browser. + * Agenda - An API-based daemon that keeps a list of date, string[] tag, string message, int ordering, internal id |
