https://github.com/vladdoster/hammerspoon-configuration
https://github.com/vladdoster/hammerspoon-configuration
hammerspoon lua macos-setup productivity
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/vladdoster/hammerspoon-configuration
- Owner: vladdoster
- License: gpl-3.0
- Created: 2022-03-24T11:10:43.000Z (over 4 years ago)
- Default Branch: wip/temp
- Last Pushed: 2024-09-15T06:40:54.000Z (almost 2 years ago)
- Last Synced: 2025-03-07T03:10:14.482Z (over 1 year ago)
- Topics: hammerspoon, lua, macos-setup, productivity
- Language: Lua
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# hammerspoon configuration

[](https://github.com/vladdoster/hammerspoon-configuration/actions/workflows/release.yml)
## Features
- Battery watcher
- Spaces navigation
- Clipboard history
## Install
### Clone repository
```shell
git clone https://github.com/vladdoster/hammerspoon-configuration
```
## Makefile targets
| TARGET | DESCRIPTION |
| -------------------- | ------------------------------------------- |
| clean | Remove artifacts |
| format | Format Lua files in-place via lua-formatter |
| help | Display all Makfile targets |
| install-luaformatter | Install luaformatter via luarocks |
| compile | Install dependencies (i.e., asm modules) |