https://github.com/carleslc/spoons
OSX Automation. Spoons library & Hammerspoon configuration. AutoClick, PasswordGenerator and more.
https://github.com/carleslc/spoons
autoclick autoclicker automation bot hammerspoon hammerspoon-configuration lineage2-revolution lineage2revolution mac osx password-generator spoon spoons
Last synced: 4 months ago
JSON representation
OSX Automation. Spoons library & Hammerspoon configuration. AutoClick, PasswordGenerator and more.
- Host: GitHub
- URL: https://github.com/carleslc/spoons
- Owner: Carleslc
- Created: 2019-05-03T14:09:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T20:03:41.000Z (10 months ago)
- Last Synced: 2025-04-11T22:11:29.955Z (6 months ago)
- Topics: autoclick, autoclicker, automation, bot, hammerspoon, hammerspoon-configuration, lineage2-revolution, lineage2revolution, mac, osx, password-generator, spoon, spoons
- Language: Lua
- Homepage: https://carleslc.me/Spoons
- Size: 41.9 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Spoons
_OSX Automation. Spoons library & Hammerspoon configuration. AutoClick, PasswordGenerator and more._
[](https://ko-fi.com/C0C2VFGD)
1. Install **[Hammerspoon](http://www.hammerspoon.org/)**
2. Click on the desired module (spoon) below to see additional documentation and download.## > [AutoClick](https://github.com/Carleslc/Spoons/blob/master/Spoons/AutoClick.spoon/markdown/AutoClick.md)
*Autoclicker tool, configurable with clicks per seconds.*
## > [PasswordGenerator](https://github.com/Carleslc/Spoons/blob/master/Spoons/PasswordGenerator.spoon/markdown/PasswordGenerator.md)
*Generate simple or strong passwords and copy them to clipboard.*
## > [ReloadConfiguration](https://github.com/Carleslc/Spoons/blob/master/Spoons/ReloadConfiguration.spoon/markdown/ReloadConfiguration.md)
*Adds a hotkey to reload the hammerspoon configuration, and a pathwatcher to automatically reload on changes.*
## > [TextClipboardHistory](https://github.com/Carleslc/Spoons/blob/master/Spoons/TextClipboardHistory.spoon/markdown/TextClipboardHistory.md)
*Keep a history of the clipboard, only for text entries.*
## > [LineageAutoQuest](https://github.com/Carleslc/Spoons/blob/master/Spoons/LineageAutoQuest.spoon/markdown/LineageAutoQuest.md)
*Lineage II Revolution Auto-Quest Bot (Nox App Player)*
## > [MouseCircle](https://github.com/Carleslc/Spoons/blob/master/Spoons/MouseCircle.spoon/markdown/MouseCircle.md)
*Draws a circle around the mouse pointer when a hotkey is pressed.*
## > [Resources](https://github.com/Carleslc/Spoons/blob/master/Spoons/Resources.spoon/markdown/Resources.md)
*Add a resource to https://carleslc.me/resources with the copied URL.*
# Configuration
See [**init.lua**](https://github.com/Carleslc/Spoons/blob/master/init.lua) for examples of Spoons **configuration** and **keybindings**.
### Build documentation for Spoons
_[hammerspoon repository](https://github.com/Hammerspoon/hammerspoon)_
```bash
cd SPOON_FOLDER
python $GITHUB/hammerspoon/scripts/docs/bin/build_docs.py --validate --templates $GITHUB/hammerspoon/scripts/docs/templates/ --output_dir . --json --markdown --debug --standalone .
```