mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1392] [MERGED] feat(cli): query focused-workspace-layout #1379
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/1392
Author: @zepocas
Created: 4/2/2025
Status: ✅ Merged
Merged: 4/3/2025
Merged by: @LGUG2Z
Base:
master← Head:feature/query-focused-workspace-layout📝 Commits (2)
ac85542feat(cli): add focused-workspace-layout query394d1efdocs(cli): added focused-workspace-layout as possible value for komorebic query📊 Changes
4 files changed (+25 additions, -1 deletions)
View changed files
📝
docs/cli/query.md(+1 -1)📝
komorebi/src/core/mod.rs(+1 -0)📝
komorebi/src/monitor.rs(+10 -0)📝
komorebi/src/process_command.rs(+13 -0)📄 Description
This PR adds the
focused-workspace-layoutvalue for komorebic query:Initially I hoped this could return values in snake case fashion so it would be chainable with
komorebic change-layout, but I do think that these should not be tied by default, whoever wants to tinker with this (me 😄) should handle it some other way.This is my first Rust ever so I hope everything is according to the correct practices.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.