Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladdoster/hammerspoon-configuration
https://github.com/vladdoster/hammerspoon-configuration
hammerspoon lua macos-setup productivity
Last synced: 26 days 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 2 years ago)
- Default Branch: wip/temp
- Last Pushed: 2024-09-15T06:40:54.000Z (about 2 months ago)
- Last Synced: 2024-09-15T09:52:27.646Z (about 2 months ago)
- Topics: hammerspoon, lua, macos-setup, productivity
- Language: Lua
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# hammerspoon configuration
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/vladdoster/hammerspoon-configuration)
[![Release](https://github.com/vladdoster/hammerspoon-configuration/actions/workflows/release.yml/badge.svg?branch=master)](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) |