Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangshub/hammerspoon-config
🔨🥄 Laziness constitute the primary productive force.
https://github.com/wangshub/hammerspoon-config
Last synced: 3 months ago
JSON representation
🔨🥄 Laziness constitute the primary productive force.
- Host: GitHub
- URL: https://github.com/wangshub/hammerspoon-config
- Owner: wangshub
- Created: 2019-03-19T01:25:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-09T08:21:04.000Z (almost 5 years ago)
- Last Synced: 2024-06-25T22:43:07.154Z (5 months ago)
- Language: Lua
- Homepage: https://www.zhihu.com/question/35050387/answer/645466357
- Size: 46.9 KB
- Stars: 465
- Watchers: 13
- Forks: 114
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hammerspoon config
- Make my mac stronger.
- Make me lazier.# Screenshots
Weather menuBar
Clipboard history
Volume shortcut
Window management
## Modules
- [clipboard](./clipboard/clipboard.lua) : Clipboard history.
- [headphone](./headphone/headphone.lua) : Bluetooth headphone auto toggle.
- [hotkey](./hotkey/hotkey.lua) : Custom hotkey.
- [ime](./ime/ime.lua) : Auto swith input method app.
- [reload](./reload/reload) : Reload hs when config files change.
- [speaker](./speaker/speaker.lua) : Hammerspoon TTS service.
- [usb](./usb/usb.lua) : Callbacks when add/remove usb devices.
- [volume](./volume/volume.lua) : Hotkeys for volume control.
- [wifi](./wifi/wifi.lua) : Callbacks when Wi-Fi state change.
- [window](./window/window.lua) : Hotkeys for window management.
- [weather](./weather/weather.lua) : Local weather state in mac menubar.## Install
- Install [Hammerspoon](https://www.hammerspoon.org/)
- `rm -r ~/.hammerspoon`
- `git clone https://github.com/wangshub/hammerspoon-config.git ~/.hammerspoon`## License
MIT @[Github/wangshub](https://github.com/wangshub)