Skip to content

luokuning/Spoons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Some Useful Spoons for Hammerspoon

Provide some useful Spoons. Clone the repository and double click the spoon you want to install.

LaunchITerm2.spoon

Quick Launch or focus iTerm2 through shortcut (default F12), and when press that shortcut again, quick focus previous application. Usage:

-- In your ~/.hammerspoon/init.lua

LaunchITerm2 = hs.loadSpoon('LaunchITerm2')

-- You can custom shortcut if F12 is not what you want
LaunchITerm2:bindHotKeys({
  toggle={{'fn'}, 'F11'}
})

-- Start
LaunchITerm2:start()

-- Stop
LaunchITerm2:stop()

About

Some Useful Spoons for Hammerspoon

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages