Original PR: https://github.com/LGUG2Z/komorebi/pull/356 Author: @LGUG2Z Created: 2/19/2023 Status: ✅ Merged Merged: 2/19/2023 Merged by: @LGUG2Z
Base: master ← Head: feature/whkd
master
feature/whkd
38c0a38
ce7df1e
5706882
12 files changed (+913 additions, -1256 deletions)
📝 README.md (+172 -186) 📝 justfile (+2 -4) 📝 komorebi-core/src/config_generation.rs (+86 -29) ➖ komorebi.generated.ahk (+0 -465) ➕ komorebi.generated.ps1 (+470 -0) ➖ komorebi.sample.ahk (+0 -93) ➕ komorebi.sample.ps1 (+42 -0) 📝 komorebi/src/main.rs (+24 -30) 📝 komorebi/src/window_manager.rs (+8 -8) ➖ komorebic.lib.ahk (+0 -441) 📝 komorebic/src/main.rs (+45 -0) ➕ whkdrc.sample (+64 -0)
README.md
justfile
komorebi-core/src/config_generation.rs
komorebi.generated.ahk
komorebi.generated.ps1
komorebi.sample.ahk
komorebi.sample.ps1
komorebi/src/main.rs
komorebi/src/window_manager.rs
komorebic.lib.ahk
komorebic/src/main.rs
whkdrc.sample
Closes #339 Closes #334 Closes #324
🔄 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/356
Author: @LGUG2Z
Created: 2/19/2023
Status: ✅ Merged
Merged: 2/19/2023
Merged by: @LGUG2Z
Base:
master← Head:feature/whkd📝 Commits (3)
38c0a38feat(config): add pwsh cfgen + ps1 file watcherce7df1edocs(readme): general update + quickstart w/ whkd5706882refactor(ahk): merge ahk v1/v2 exe env vars📊 Changes
12 files changed (+913 additions, -1256 deletions)
View changed files
📝
README.md(+172 -186)📝
justfile(+2 -4)📝
komorebi-core/src/config_generation.rs(+86 -29)➖
komorebi.generated.ahk(+0 -465)➕
komorebi.generated.ps1(+470 -0)➖
komorebi.sample.ahk(+0 -93)➕
komorebi.sample.ps1(+42 -0)📝
komorebi/src/main.rs(+24 -30)📝
komorebi/src/window_manager.rs(+8 -8)➖
komorebic.lib.ahk(+0 -441)📝
komorebic/src/main.rs(+45 -0)➕
whkdrc.sample(+64 -0)📄 Description
Closes #339
Closes #334
Closes #324
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.