Feat/zellij integration#9
Open
drivasperez wants to merge 2 commits into
Open
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
dwm | f1f726d | May 12 2026, 08:14 AM |
Add an optional terminal-multiplexer integration so dwm cooperates with
zellij when $ZELLIJ is set. Three small features that are no-ops when
the env var is unset:
- dwm new: spawn a new zellij tab for the new workspace and suppress
the stdout cd path (the tab is the new context).
- dwm switch: focus an existing tab named after the workspace (or a
glyph-decorated form), falling back to spawning a new tab. Same
stdout suppression so the source pane doesn't also cd.
- Hook handler: after writing an agent status file, rename the active
zellij tab to '<ws_name> <glyph>' reflecting the most
attention-needing agent (waiting > working > idle).
The new src/zellij.rs introduces a Multiplexer trait with a single
zellij impl, leaving room for a future tmux adapter. Pure
command-construction helpers and a function-pointer runner make the
zellij invocations unit-testable without a real binary.
Tab-existence detection uses go-to-tab-name's exit status rather than
querying zellij for a tab list; the tab-list CLI surface varies across
zellij versions.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
drivasperez
force-pushed
the
feat/zellij-integration
branch
from
May 12, 2026 08:13
1ab3761 to
f1f726d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.