Skip to content

UI with tmux-style static and dynamic panes #118

@moodmosaic

Description

@moodmosaic

We attempted to implement a tmux-style UI with dynamic panes within rendezvous (core) but couldn't find a suitable JS/TS library. Creating native C/FFI bindings can be hard to maintain.

To decouple the core logic from the UI, one plan is to emit events.

The core emits events, and the UI handles them (it'd be nice to look like https://harlequin.sh/). If event streaming isn't feasible, we'll persist events in a data store, most likely Redis (but have to thoroughly think how to ship the binary and spawn in the background).

If we take this route, we effectively separate the core from the UI, allowing flexibility in rendering, session tracking, and metric collection.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions