[PR #130] [MERGED] Feature/config generation #764

Closed
opened 2026-01-05 14:52:52 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/130
Author: @LGUG2Z
Created: 4/15/2022
Status: Merged
Merged: 4/15/2022
Merged by: @LGUG2Z

Base: masterHead: feature/config-generation


📝 Commits (6)

  • 09a24b8 feat(config): add cfgen for apps based on yaml def
  • c2cc21d float-rule Syntax Error Fixed (#127)
  • c426c06 feat(config): add fmt cmd & float rule comments
  • 304158c feat(config): add cfgen override merging
  • 93edcfa Merge branch 'master' into feature/config-generation
  • 5d468ae docs(readme): add cfgen explanation and demos

📊 Changes

7 files changed (+310 additions, -0 deletions)

View changed files

📝 Cargo.lock (+1 -0)
📝 README.md (+53 -0)
komorebi-core/src/config_generation.rs (+170 -0)
📝 komorebi-core/src/lib.rs (+2 -0)
📝 komorebic.lib.sample.ahk (+8 -0)
📝 komorebic/Cargo.toml (+1 -0)
📝 komorebic/src/main.rs (+75 -0)

📄 Description

No description provided


🔄 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/LGUG2Z/komorebi/pull/130 **Author:** [@LGUG2Z](https://github.com/LGUG2Z) **Created:** 4/15/2022 **Status:** ✅ Merged **Merged:** 4/15/2022 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `feature/config-generation` --- ### 📝 Commits (6) - [`09a24b8`](https://github.com/LGUG2Z/komorebi/commit/09a24b89e540f6f228c9031a8bd26cbc028807de) feat(config): add cfgen for apps based on yaml def - [`c2cc21d`](https://github.com/LGUG2Z/komorebi/commit/c2cc21d09dd5f4f2e4c1c41fe915e118b2e0e86b) float-rule Syntax Error Fixed (#127) - [`c426c06`](https://github.com/LGUG2Z/komorebi/commit/c426c06c011693d172c66757d8d336e486616559) feat(config): add fmt cmd & float rule comments - [`304158c`](https://github.com/LGUG2Z/komorebi/commit/304158cb1fe48482f4f0f979561dd6b70c7208fd) feat(config): add cfgen override merging - [`93edcfa`](https://github.com/LGUG2Z/komorebi/commit/93edcfaa2fa91e4afdbbf9aba70a7500404147d5) Merge branch 'master' into feature/config-generation - [`5d468ae`](https://github.com/LGUG2Z/komorebi/commit/5d468ae70af6fd1464c3b89e29226dfeb1728f31) docs(readme): add cfgen explanation and demos ### 📊 Changes **7 files changed** (+310 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+1 -0) 📝 `README.md` (+53 -0) ➕ `komorebi-core/src/config_generation.rs` (+170 -0) 📝 `komorebi-core/src/lib.rs` (+2 -0) 📝 `komorebic.lib.sample.ahk` (+8 -0) 📝 `komorebic/Cargo.toml` (+1 -0) 📝 `komorebic/src/main.rs` (+75 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:52:52 +01:00
adam closed this issue 2026-01-05 14:52:52 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#764