aboutsummaryrefslogtreecommitdiffstats
path: root/init.lua
AgeCommit message (Collapse)Author
2019-07-06window.lua: Add `c` shortcut to increase window height to bottomHEADmasterTeddy Wing
A single shortcut to extend the window to the bottom of the screen.
2019-07-03window.lua: Add large increment window resize hotkeysTeddy Wing
Change the modifiers to match the window movement hotkeys.
2019-06-17Update docs with new large window movement shortcutsTeddy Wing
2019-06-17Document `i` shortcutTeddy Wing
2019-06-16Add documentationTeddy Wing
Used the following Spoons as a format reference: - https://github.com/Hammerspoon/Spoons/blob/master/Source/Tunnelblick.spoon/init.lua - https://github.com/Hammerspoon/Spoons/blob/master/Source/Token.spoon/init.lua The Spoons documentation describes how to generate a required `docs.json` file: https://github.com/Hammerspoon/hammerspoon/blob/master/SPOONS.md Thanks to Adam Matan (https://stackoverflow.com/users/51197/adam-matan) on Stack Overflow for the tip on Make's `CURDIR` variable. Didn't know that existed. https://stackoverflow.com/questions/52437728/bash-what-is-the-difference-between-pwd-and-curdir/52447088#52447088
2019-06-16Convert to a SpoonTeddy Wing
Convert the script to a Hammerspoon Spoon. Allows a user to set a custom binding to activate the mode.