mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[DOC]: komorebi.generated.ahk file isn't in the repo anymore
#341
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?
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)4ba3125dde/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:
4ba3125dde/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