-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR: #4 * feat(POC): initial support for tab notifications * refactor: use pipe args + take exit code panes should send a process status like this: zellij pipe --name zj-status-bar:process_status --args "pane_id=$ZELLIJ_PANE_ID,exit_code=$?" then the plugin will find the pane's tab using `pane_id` tab background color will be green/red depending on `exit_code` * feat: broadcast state to all instances of `zj-status-bar` broadcast internal state so that new instances "catch up" on alerts already sent. * chore: refactor * chore: mutate values in place, avoid cloning state * chore: refactor * chore: update pipe msg names * fix: handle pipe args parse panics * fix: avoid infinite re-render b/c of timers * chore: clippy * Update README.md * Update README.md
- Loading branch information
1 parent
5048c3c
commit 81a0d4b
Showing
6 changed files
with
221 additions
and
35 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.