Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI with tmux-style static and dynamic panes #118

Open
moodmosaic opened this issue Feb 26, 2025 · 0 comments
Open

UI with tmux-style static and dynamic panes #118

moodmosaic opened this issue Feb 26, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@moodmosaic
Copy link
Member

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.

@moodmosaic moodmosaic added the enhancement New feature or request label Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant