[DOC]: komorebi.generated.ahk file isn't in the repo anymore #341

Closed
opened 2026-01-05 14:49:51 +01:00 by adam · 6 comments
Owner

Originally created by @gursuj on GitHub (Apr 15, 2024).

Describe the bug
The documentation page for the Autohotkey workflow says to download the komorebi.generated.ahkfile as well. This is no longer in the repo so I assume it isn't needed? If so, it might be ok to remove from the documentation page as well. Did find the file in a commit from 6 months ago

To Reproduce
Steps to reproduce the behavior:

  1. Go to the 'Autohotkey common workflows page'
  2. Try downloading the generated.ahk file as specified using:
iwr https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.20/komorebi.generated.ahk -OutFile $Env:USERPROFILE\komorebi.generated.ahk
  1. 404 Not Found Error
Originally created by @gursuj on GitHub (Apr 15, 2024). **Describe the bug** The documentation page for the [Autohotkey workflow](https://github.com/LGUG2Z/komorebi/blob/master/docs/common-workflows/autohotkey.md) says to download the `komorebi.generated.ahk`file as well. This is no longer in the repo so I assume it isn't needed? If so, it might be ok to remove from the documentation page as well. Did find the file in a [commit](https://github.com/LGUG2Z/komorebi/blob/d4af033e8cc776fefaea57e2b314cd096437d899/komorebi.generated.ahk) from 6 months ago **To Reproduce** Steps to reproduce the behavior: 1. Go to the ['Autohotkey common workflows page'](https://lgug2z.github.io/komorebi/common-workflows/autohotkey.html) 2. Try downloading the generated.ahk file as specified using: ```powershell iwr https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.20/komorebi.generated.ahk -OutFile $Env:USERPROFILE\komorebi.generated.ahk ``` 3. 404 Not Found Error
adam added the bug label 2026-01-05 14:49:51 +01:00
adam closed this issue 2026-01-05 14:49:51 +01:00
Author
Owner

@LGUG2Z commented on GitHub (Apr 15, 2024):

This page is deliberately not published on the docs website as it needs updating; the old content from the README is in this file so that it can be updated at some point.

This is actually a great first documentation issue if anyone is actively using AHK!

@LGUG2Z commented on GitHub (Apr 15, 2024): This page is deliberately not published on the docs website as it needs updating; the old content from the README is in this file so that it can be updated at some point. This is actually a great first documentation issue if anyone is actively using AHK!
Author
Owner

@gursuj commented on GitHub (Apr 15, 2024):

I can still access the page on the docs website. It is not listed in the Common Workflows sidebar but I found it through google search. It also shows up when using the documentation website's search.

@gursuj commented on GitHub (Apr 15, 2024): I can still access [the page](https://lgug2z.github.io/komorebi/common-workflows/autohotkey.html) on the docs website. It is not listed in the Common Workflows sidebar but I found it through google search. It also shows up when using the documentation website's search.
Author
Owner

@LGUG2Z commented on GitHub (Apr 15, 2024):

🤦‍♀️ thanks for pointing this out, I'll push a local build of the docs website with that file deleted later today, I didn't realize it was still being built despite not being referenced.

@LGUG2Z commented on GitHub (Apr 15, 2024): 🤦‍♀️ thanks for pointing this out, I'll push a local build of the docs website with that file deleted later today, I didn't realize it was still being built despite not being referenced.
Author
Owner

@gursuj commented on GitHub (Apr 15, 2024):

just a heads up if you republish that page again. I installed ahk from winget which has an exe called AutoHotkeyUX.exe inside $ENV:HOME\AppData\Local\Programs\AutoHotkey\UX. To get the --ahk flag working, I added the folder to my PATH, then copied the exe and renamed the copy to autohotkey.exe since that's the name komorebic is expecting (based on the below line, I presume) 4ba3125dde/komorebic/src/main.rs (L1736)

@gursuj commented on GitHub (Apr 15, 2024): just a heads up if you republish that page again. I installed `ahk` from winget which has an exe called `AutoHotkeyUX.exe` inside `$ENV:HOME\AppData\Local\Programs\AutoHotkey\UX`. To get the `--ahk` flag working, I added the folder to my PATH, then copied the exe and renamed the copy to `autohotkey.exe` since that's the name komorebic is expecting (based on the below line, I presume) https://github.com/LGUG2Z/komorebi/blob/4ba3125dde194cfb1ef15ce1a55f0246943683a5/komorebic/src/main.rs#L1736
Author
Owner

@LGUG2Z commented on GitHub (Apr 15, 2024):

To avoid moving files around manually it's also possible to set an environment variable as an override:

4ba3125dde/komorebic/src/main.rs (L1738)

@LGUG2Z commented on GitHub (Apr 15, 2024): To avoid moving files around manually it's also possible to set an environment variable as an override: https://github.com/LGUG2Z/komorebi/blob/4ba3125dde194cfb1ef15ce1a55f0246943683a5/komorebic/src/main.rs#L1738
Author
Owner

@mmikeww commented on GitHub (Apr 18, 2024):

i removed that line in the workflow doc in PR #766
issue can be closed

@mmikeww commented on GitHub (Apr 18, 2024): i removed that line in the workflow doc in PR #766 issue can be closed
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#341