mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 09:15:22 +01:00
[PR #1201] [MERGED] refactor: generate completions using cli instead of build #8247
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#8247
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/JakeStanger/ironbar/pull/1201
Author: @JakeStanger
Created: 10/19/2025
Status: ✅ Merged
Merged: 10/19/2025
Merged by: @JakeStanger
Base:
master← Head:refactor/completions📝 Commits (1)
557b9b8refactor: generate completions using cli instead of build📊 Changes
41 files changed (+175 additions, -182 deletions)
View changed files
📝
.github/workflows/build.yml(+1 -1)📝
Cargo.lock(+2 -2)📝
Cargo.toml(+4 -8)➖
build.rs(+0 -53)📝
docs/Compiling.md(+44 -43)📝
nix/package.nix(+5 -0)📝
src/cli.rs(+34 -6)📝
src/config/common.rs(+4 -4)📝
src/config/impl.rs(+1 -1)📝
src/config/layout.rs(+1 -1)📝
src/config/mod.rs(+8 -8)📝
src/config/truncate.rs(+2 -2)📝
src/dynamic_value/dynamic_bool.rs(+1 -1)📝
src/main.rs(+16 -1)📝
src/modules/battery.rs(+1 -1)📝
src/modules/bindmode.rs(+1 -1)📝
src/modules/bluetooth/config.rs(+6 -6)📝
src/modules/cairo.rs(+1 -1)📝
src/modules/clipboard.rs(+1 -1)📝
src/modules/clock.rs(+1 -1)...and 21 more files
📄 Description
This should have a slight incremental compliation speed boost.
BREAKING CHANGE: The
schemafeature flag is now calledextras.BREAKING CHANGE: Shell completions are no longer generated at build time, and must be generated using
ironbar --print-completions <shell>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.