[PR #199] [MERGED] IPC, CLI and Dynamic Variables #545

Closed
opened 2026-05-22 21:53:51 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/199
Author: @JakeStanger
Created: 6/22/2023
Status: Merged
Merged: 6/29/2023
Merged by: @JakeStanger

Base: masterHead: feat/cli-ipc


📝 Commits (4)

  • f5bdc5a feat: ipc server and cli
  • ded50cc feat: support for 'ironvar' dynamic variables
  • c6319b7 feat(ipc): support for injecting additional stylesheets
  • 607c728 docs: update for ipc/cli, tidy a bit

📊 Changes

37 files changed (+1367 additions, -311 deletions)

View changed files

📝 Cargo.lock (+122 -0)
📝 Cargo.toml (+16 -1)
📝 docs/Compiling.md (+2 -0)
📝 docs/Configuration guide.md (+17 -16)
docs/Controlling Ironbar.md (+136 -0)
docs/Dynamic values.md (+39 -0)
docs/Ironvars.md (+9 -0)
📝 docs/_Sidebar.md (+8 -2)
📝 docs/modules/Clipboard.md (+9 -11)
📝 docs/modules/Custom.md (+40 -41)
📝 docs/modules/Focused.md (+9 -9)
📝 docs/modules/Label.md (+7 -4)
📝 docs/modules/Music.md (+21 -21)
📝 docs/modules/Script.md (+3 -0)
📝 docs/modules/Workspaces.md (+6 -6)
📝 src/bridge_channel.rs (+1 -1)
src/cli/mod.rs (+19 -0)
📝 src/config/common.rs (+4 -16)
📝 src/config/mod.rs (+2 -0)
src/dynamic_string.rs (+0 -160)

...and 17 more files

📄 Description

Tracking all things IPC and CLI, related to #91 and #71.

Resolves #71. Resolves partially #91.


🔄 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/199 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 6/22/2023 **Status:** ✅ Merged **Merged:** 6/29/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/cli-ipc` --- ### 📝 Commits (4) - [`f5bdc5a`](https://github.com/JakeStanger/ironbar/commit/f5bdc5a0272fefca4c91336699ea63913cdf3c08) feat: ipc server and cli - [`ded50cc`](https://github.com/JakeStanger/ironbar/commit/ded50cca6f01f08a8e44257394fdde634d421e8e) feat: support for 'ironvar' dynamic variables - [`c6319b7`](https://github.com/JakeStanger/ironbar/commit/c6319b78fd3992ad43327e90b6326ab653238f2e) feat(ipc): support for injecting additional stylesheets - [`607c728`](https://github.com/JakeStanger/ironbar/commit/607c7285d7e01265a8c8417e2941b2099e61aa42) docs: update for ipc/cli, tidy a bit ### 📊 Changes **37 files changed** (+1367 additions, -311 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+122 -0) 📝 `Cargo.toml` (+16 -1) 📝 `docs/Compiling.md` (+2 -0) 📝 `docs/Configuration guide.md` (+17 -16) ➕ `docs/Controlling Ironbar.md` (+136 -0) ➕ `docs/Dynamic values.md` (+39 -0) ➕ `docs/Ironvars.md` (+9 -0) 📝 `docs/_Sidebar.md` (+8 -2) 📝 `docs/modules/Clipboard.md` (+9 -11) 📝 `docs/modules/Custom.md` (+40 -41) 📝 `docs/modules/Focused.md` (+9 -9) 📝 `docs/modules/Label.md` (+7 -4) 📝 `docs/modules/Music.md` (+21 -21) 📝 `docs/modules/Script.md` (+3 -0) 📝 `docs/modules/Workspaces.md` (+6 -6) 📝 `src/bridge_channel.rs` (+1 -1) ➕ `src/cli/mod.rs` (+19 -0) 📝 `src/config/common.rs` (+4 -16) 📝 `src/config/mod.rs` (+2 -0) ➖ `src/dynamic_string.rs` (+0 -160) _...and 17 more files_ </details> ### 📄 Description Tracking all things IPC and CLI, related to #91 and #71. Resolves #71. Resolves partially #91. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 21:53:51 +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#545
No description provided.