mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
[PR #238] [CLOSED] Implement Javascript Output Mode to Support SSH #388
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#388
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/238
Author: @kitlangton
Created: 10/27/2025
Status: ❌ Closed
Base:
main← Head:feat/js-output-mode📝 Commits (1)
13e237ffeat(core): add javascript output mode buffering📊 Changes
10 files changed (+692 additions, -66 deletions)
View changed files
➕
packages/core/src/output-strategy.test.ts(+48 -0)➕
packages/core/src/output-strategy.ts(+184 -0)➕
packages/core/src/renderer.stdout.test.ts(+28 -0)📝
packages/core/src/renderer.ts(+63 -21)➕
packages/core/src/testing/javascript-output-mode.test.ts(+71 -0)➕
packages/core/src/testing/stdout-mocks.ts(+51 -0)📝
packages/core/src/testing/test-renderer.ts(+5 -2)📝
packages/core/src/zig.ts(+57 -0)📝
packages/core/src/zig/lib.zig(+29 -0)📝
packages/core/src/zig/renderer.zig(+156 -43)📄 Description
This resolves #187
I'll add more details later. This is to enable something like terminal.shop to be rewritten in opentui and be run via ssh (so teej can rewrite 😜).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.