hammerspoon.github.io icon indicating copy to clipboard operation
hammerspoon.github.io copied to clipboard

docs(fix): update to a cleaner fancy reload

Open gowizzard opened this issue 1 year ago • 0 comments

The updated version simplifies the code by using hs.configdir, ipairs, and pattern matching, calling hs.reload() immediately upon finding a matching .lua file. In contrast, the original version manually constructs the path, iterates with pairs, and sets a flag to reload after checking all files.

gowizzard avatar Feb 03 '25 08:02 gowizzard