Provide some useful Spoons. Clone the repository and double click the spoon you want to install.
Quick Launch or focus iTerm2 through shortcut (default F12), and when press that shortcut again, quick focus previous application. Usage:
-- In your ~/.hammerspoon/init.luaLaunchITerm2=hs.loadSpoon('LaunchITerm2')
-- You can custom shortcut if F12 is not what you wantLaunchITerm2:bindHotKeys({
toggle={{'fn'}, 'F11'}
})
-- StartLaunchITerm2:start()
-- StopLaunchITerm2:stop()