[PR #1043] [MERGED] feat: adds the ahk flag to the stop command #1180

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1043
Author: @Doomwhite
Created: 10/12/2024
Status: Merged
Merged: 10/16/2024
Merged by: @LGUG2Z

Base: masterHead: feat/cli/stop/add-ahk-flag


📝 Commits (1)

  • 306a829 feat(wm): adds the ahk flag to the stop command

📊 Changes

1 file changed (+32 additions, -0 deletions)

View changed files

📝 komorebic/src/main.rs (+32 -0)

📄 Description

Thought it would make sense to add the ahk flag to the stop command, cuz it exists in the start and enable-autostart commands...

I tried to replicate the new command using the others as a base...
Is PowerShell version compatibility something you would like me to ensure? Should I focus on supporting older versions (like PowerShell 5.1 or even earlier), or is it ok to target more modern versions (PowerShell Core 6+)?

Let me know so I can adjust the script...


🔄 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/1043 **Author:** [@Doomwhite](https://github.com/Doomwhite) **Created:** 10/12/2024 **Status:** ✅ Merged **Merged:** 10/16/2024 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `feat/cli/stop/add-ahk-flag` --- ### 📝 Commits (1) - [`306a829`](https://github.com/LGUG2Z/komorebi/commit/306a829bf4c9ce2edca64f554af13bc301ba9325) feat(wm): adds the ahk flag to the stop command ### 📊 Changes **1 file changed** (+32 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `komorebic/src/main.rs` (+32 -0) </details> ### 📄 Description Thought it would make sense to add the ahk flag to the stop command, cuz it exists in the start and enable-autostart commands... I tried to replicate the new command using the others as a base... Is PowerShell version compatibility something you would like me to ensure? Should I focus on supporting older versions (like PowerShell 5.1 or even earlier), or is it ok to target more modern versions (PowerShell Core 6+)? Let me know so I can adjust the script... --- <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:54:22 +01:00
adam closed this issue 2026-01-05 14:54:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1180