{"id":19544471,"url":"https://github.com/selectnull/hammerspoon-alttab","last_synced_at":"2025-04-26T18:30:23.864Z","repository":{"id":43112261,"uuid":"60903489","full_name":"selectnull/hammerspoon-alttab","owner":"selectnull","description":null,"archived":false,"fork":false,"pushed_at":"2016-07-29T17:14:13.000Z","size":198,"stargazers_count":19,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-26T03:50:19.851Z","etag":null,"topics":["hammerspoon","plugin"],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/selectnull.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-11T11:10:40.000Z","updated_at":"2025-01-14T05:49:54.000Z","dependencies_parsed_at":"2022-08-30T00:50:48.175Z","dependency_job_id":null,"html_url":"https://github.com/selectnull/hammerspoon-alttab","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selectnull%2Fhammerspoon-alttab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selectnull%2Fhammerspoon-alttab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selectnull%2Fhammerspoon-alttab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selectnull%2Fhammerspoon-alttab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/selectnull","download_url":"https://codeload.github.com/selectnull/hammerspoon-alttab/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251035029,"owners_count":21526296,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hammerspoon","plugin"],"created_at":"2024-11-11T03:29:05.807Z","updated_at":"2025-04-26T18:30:23.537Z","avatar_url":"https://github.com/selectnull.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"hammerspoon-alttab\n==================\n\nalttab is [Hammerspoon](http://www.hammerspoon.org/) powered alternative window\nswitcher.\n\nWhy?\n----\n\nAs a developer, I spend most of my time in terminal and browser, constantly\nswitching between them. This extension has been written so I can avoid\nswitching to Finder, somehow it always finds (hence a name) a way to annoy me.\n\n![Finder is always there](cmdtab.png)\n\nInstallation\n------------\n\n* Install [Hammerspoon](http://www.hammerspoon.org/)\n* git clone this repository to ~/.hammerspoon config directory:\n\n    `git clone https://github.com/selectnull/hammerspoon-alttab.git ~/.hammerspoon/hammerspoon-alttab`\n\nConfiguration\n-------------\n\nAdd these lines to your `~/.hammerspoon/init.lua` file:\n\n    local alttab = require(\"hammerspoon-alttab\")\n    alttab.registerDefaultBindings('.')\n\nThis will set the following default key bindings:\n\n* `cmd+.` to switch to next window\n* `cmd+alt+.` to add or remove currently focused window to cycle list\n* `cmd+ctrl+alt+.` to display debug info in Hammerspoon console\n\nInstead of `.` you may use any other key, just pass it to\n`registerDefaultBindings` method.\n\nYou might also not like default modifiers used by `registerDefaultBindings`. In\nthat case, you can register your own:\n\n    local alttab = require(\"hammerspoon-alttab\")\n    hs.hotkey.bind({\"alt\"}, \"tab\", alttab.focusNext)\n    hs.hotkey.bind({\"alt\", \"shift\"}, \"tab\", alttab.toggleWindow)\n    hs.hotkey.bind({\"alt\", \"ctrl\", \"shift\"}, \"tab\", alttab.debug)\n\nContribution\n------------\n\nComments, bug reports, and pull requests are welcomed.\n\nReleased under MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselectnull%2Fhammerspoon-alttab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fselectnull%2Fhammerspoon-alttab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselectnull%2Fhammerspoon-alttab/lists"}