Skip to content

adammillerio/Spoons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spoons

Personal repository of Hammerspoon plugins.

How to Use

Automated

Installation of Spoons from this repository can be automated with SpoonInstall. Once you have manually installed SpoonInstall, it can be configured to use this repository:

hs.loadSpoon("SpoonInstall")

spoon.SpoonInstall.repos.adammillerio = {
    url = "https://github.com/adammillerio/Spoons",
    desc = "adammillerio Personal Spoon repository",
    branch = "main"
}

spoon.SpoonInstall:andUse("Spacer", {repo = "adammillerio", start = true})

Manual

Download any Spoon zip from the Spoons directory, unzip it, and either double click to install or move it to ~/.hammerspoon/Spoons. Then you can load it in your init.lua:

hs.loadSpoon("Spacer")

About

Personal repository of Hammerspoon plugins.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published