[PR #777] [MERGED] Allow IPC to act on multiple bars by the same name #6560

Closed
opened 2026-05-23 01:56:27 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/777
Author: @zeroeightysix
Created: 11/12/2024
Status: Merged
Merged: 11/16/2024
Merged by: @JakeStanger

Base: masterHead: fix-ipc-multi-bar


📝 Commits (5)

  • d00c8bf Allow IPC to act on multiple bars by the same name
  • 9bf78f2 Resolve comments
  • 631daea Fix a warning
  • c7b9f85 Document multi responses
  • f9eb091 Clean up handle_command iterator

📊 Changes

5 files changed (+75 additions, -45 deletions)

View changed files

📝 docs/Controlling Ironbar.md (+17 -2)
📝 src/cli.rs (+1 -0)
📝 src/ipc/responses.rs (+1 -0)
📝 src/ipc/server/bar.rs (+51 -39)
📝 src/main.rs (+5 -4)

📄 Description

Closes #770


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/777 **Author:** [@zeroeightysix](https://github.com/zeroeightysix) **Created:** 11/12/2024 **Status:** ✅ Merged **Merged:** 11/16/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix-ipc-multi-bar` --- ### 📝 Commits (5) - [`d00c8bf`](https://github.com/JakeStanger/ironbar/commit/d00c8bfb09ad5a0a5797b216928d7218c147a98d) Allow IPC to act on multiple bars by the same name - [`9bf78f2`](https://github.com/JakeStanger/ironbar/commit/9bf78f2889ac0149572d97763216b3e720f18e41) Resolve comments - [`631daea`](https://github.com/JakeStanger/ironbar/commit/631daea2a78e1b6a16dc3e3f1199461d5f8f1992) Fix a warning - [`c7b9f85`](https://github.com/JakeStanger/ironbar/commit/c7b9f85161a9f3db2fd2ce3ea17d13fb661378dd) Document multi responses - [`f9eb091`](https://github.com/JakeStanger/ironbar/commit/f9eb091aaead04381a0729702eaafcde43b6cac2) Clean up `handle_command` iterator ### 📊 Changes **5 files changed** (+75 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `docs/Controlling Ironbar.md` (+17 -2) 📝 `src/cli.rs` (+1 -0) 📝 `src/ipc/responses.rs` (+1 -0) 📝 `src/ipc/server/bar.rs` (+51 -39) 📝 `src/main.rs` (+5 -4) </details> ### 📄 Description Closes #770 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 01:56:27 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#6560
No description provided.