[PR #35] [MERGED] feat(script): new watch mode #3271

Closed
opened 2026-05-22 23:55:19 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/35
Author: @JakeStanger
Created: 11/6/2022
Status: Merged
Merged: 11/7/2022
Merged by: @JakeStanger

Base: masterHead: feat/script-watch


📝 Commits (3)

  • 73158c2 feat(script): new watch mode
  • b4db022 Merge branch 'master' into feat/script-watch
  • 8c77410 docs(script): add information on new mode options

📊 Changes

4 files changed (+114 additions, -18 deletions)

View changed files

📝 Cargo.lock (+10 -0)
📝 Cargo.toml (+1 -1)
📝 docs/modules/Script.md (+15 -4)
📝 src/modules/script.rs (+88 -13)

📄 Description

You can now specify mode = "watch" for scripts and they will spawn a long-running process, then update the label every time a new line is written to stdout.

Resolves #30


🔄 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/35 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 11/6/2022 **Status:** ✅ Merged **Merged:** 11/7/2022 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/script-watch` --- ### 📝 Commits (3) - [`73158c2`](https://github.com/JakeStanger/ironbar/commit/73158c2fce2880347b88d58541dea000534996c8) feat(script): new watch mode - [`b4db022`](https://github.com/JakeStanger/ironbar/commit/b4db0226cd0d63be350cdc7f3627babff4184df3) Merge branch 'master' into feat/script-watch - [`8c77410`](https://github.com/JakeStanger/ironbar/commit/8c774100f1c8ea051284c6950339a2c8ed59a52a) docs(script): add information on new mode options ### 📊 Changes **4 files changed** (+114 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+10 -0) 📝 `Cargo.toml` (+1 -1) 📝 `docs/modules/Script.md` (+15 -4) 📝 `src/modules/script.rs` (+88 -13) </details> ### 📄 Description You can now specify `mode = "watch"` for scripts and they will spawn a long-running process, then update the label every time a new line is written to stdout. Resolves #30 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 23:55:19 +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#3271
No description provided.