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
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
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!
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.
🤦♀️ 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.
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
@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
@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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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 agoTo Reproduce
Steps to reproduce the behavior:
@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!
@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.
@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.
@gursuj commented on GitHub (Apr 15, 2024):
just a heads up if you republish that page again. I installed
ahkfrom winget which has an exe calledAutoHotkeyUX.exeinside$ENV:HOME\AppData\Local\Programs\AutoHotkey\UX. To get the--ahkflag working, I added the folder to my PATH, then copied the exe and renamed the copy toautohotkey.exesince 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@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
@mmikeww commented on GitHub (Apr 18, 2024):
i removed that line in the workflow doc in PR #766
issue can be closed