On this page
hs.tabs
Place the windows of an application into tabs drawn on its titlebar
API Overview
- Functions - API calls offered directly by the extension
API Documentation
Functions
enableForApp
Signature | hs.tabs.enableForApp(app) |
---|---|
Type | Function |
Description | Places all the windows of an app into one place and tab them |
Parameters |
|
Returns |
|
Source | extensions/tabs/tabs.lua line 145 |
focusTab
Signature | hs.tabs.focusTab(app, num) |
---|---|
Type | Function |
Description | Focuses a specific tab of an app |
Parameters |
|
Returns |
|
Notes |
|
Source | extensions/tabs/tabs.lua line 180 |
tabWindows
Signature | hs.tabs.tabWindows(app) |
---|---|
Type | Function |
Description | Gets a list of the tabs of a window |
Parameters |
|
Returns |
|
Notes |
|
Source | extensions/tabs/tabs.lua line 33 |
© 2014–2017 Hammerspoon contributors
Licensed under the MIT License.
https://www.hammerspoon.org/docs/hs.tabs.html