Spoons icon indicating copy to clipboard operation
Spoons copied to clipboard

The official repository of Spoon plugins

Results 84 Spoons issues
Sort by recently updated
recently updated
newest added

The following sample code does nothing: ```lua spoon.SpoonInstall:andUse( "PersonalHotspot", { config = { hotspotName = "iPhone", }, } ) spoon.PersonalHotspot:connect() ``` I had a look into the spoon's code and...

save timestamps in to a file `timestamps.json` to check if `docs.json` are changed. if not changed then skip the file check add also a check to skip the writing to...

Submitting WatchForMeeting.spoon, which monitors for active zoom.us calls, and can share that information to a web page (that can in turn be run on a tablet outside the room to...

### What i see when EmmyLua is defined after a FileWatcher is defined then writing files while creating the annotations trigger a reload. ### What i expect no multiple reloads...

add info about pathwatcher to EmmyLua Spoon note: not updated the `docs.json` because i don't get the `hs.ipc.cliInstall()` working

I would like to propose an alternative way of sharing spoons. What I think is missing in the current way of sharing spoons using a mono repo https://github.com/Hammerspoon/Spoons: - it's...

The time should be updated before it is shown. Otherwise it shows at first incorrect time (it will take around 1-2 seconds to update). The following line of code fixes...

MoveSpaces uses the old hs.spaces API. It needs non-significant changes to get it to work. It might be possible that some of the code in it might no longer be...

### Bug When querying a single word (without spaces), the substitution string `${query}` won't be replaced. ### Explanation/Fix `string.gsub` returns two values: the string with substitutions and the number of...