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: master ← Head: feature/config-generation
master
feature/config-generation
09a24b8
c2cc21d
c426c06
304158c
93edcfa
5d468ae
7 files changed (+310 additions, -0 deletions)
📝 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)
Cargo.lock
README.md
komorebi-core/src/config_generation.rs
komorebi-core/src/lib.rs
komorebic.lib.sample.ahk
komorebic/Cargo.toml
komorebic/src/main.rs
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
master← Head:feature/config-generation📝 Commits (6)
09a24b8feat(config): add cfgen for apps based on yaml defc2cc21dfloat-rule Syntax Error Fixed (#127)c426c06feat(config): add fmt cmd & float rule comments304158cfeat(config): add cfgen override merging93edcfaMerge branch 'master' into feature/config-generation5d468aedocs(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.