mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1574] Regex support on workspace rules (config + cli) #1469
Reference in New Issue
Block a user
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/LGUG2Z/komorebi/pull/1574
Author: @jonathanMelly
Created: 10/5/2025
Status: 🔄 Open
Base:
master← Head:feature/regex_for_workspace_rule📝 Commits (3)
3de2e68feat(regex): handle regex for workspace rules in static config870e075feat(regex): add CLI support for regex workspace rules5df8523fix(fmt): pass fmt📊 Changes
5 files changed (+585 additions, -9 deletions)
View changed files
📝
komorebi/src/core/mod.rs(+4 -0)📝
komorebi/src/monitor_reconciliator/mod.rs(+31 -0)📝
komorebi/src/process_command.rs(+309 -0)📝
komorebi/src/static_config.rs(+155 -9)📝
komorebic/src/main.rs(+86 -0)📄 Description
Hello,
Thank you for sharing your work on komorebi !
I was disappointed by regex not working in workspace rule and not being available in cli... So with a little help from ai (I am a rust beginner but experienced developer) I can propose the patch that I am using now to have a working setup for my needs (split eM Client Calendar and mail windows to different workspaces with specific regex to avoid conflicts).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.