Skip to content

My Hammerspoon config with some custom Spoons

Notifications You must be signed in to change notification settings

AdamWagner/hammerspoon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hammerspoon config

Official spoons

ClipboardTool, ColorPicker, PasswordGenerator, ReloadConfiguration and SpoonInstall

Custom or customized spoons

Symbats

Shows a list of Unicode Symbols and Dingbats, copies to pasteboard on select.

WinWin (customized)

Adds a method, smartStepResize, that resizes the focused window "smartly" by one step.

By smartly, we mean:

  • If window gravitates to the left, right and left expands and shrinks the window on the right border (see illustration).
  • If window is more to the right, it resizes on the left border.
  • The same principal applies to up and down.
  • When a window is full width or full height, it will shrink/expand in the 'direction' direction.
 +------------------+------------------+
 |   +-------------------+             |
 |   |              |    |             |
 |   |              |  < | >           |
 +-------------------------------------+
 |   |         /\   |    |             |
 |   +-------------------+             |
 |             \/   |                  |
 +------------------+------------------+

HttpStatus (from gist)

Shows a list of http statuses. Opens the relevant status description at httpstatuses.com on select.

Adapted from: https://gist.github.com/james2doyle/8cec2b2693f7909b36587327a85055d5

Installation

$ cd ~
$ git clone https://github.com/spitlo/hammerspoon .hammerspoon

About

My Hammerspoon config with some custom Spoons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%