alichtman / alichtman/open_tab_tracker
Add support for Safari
未关闭
- 主要语言
- Python
- 星标
- 3
- 派生
- 1
- PR 合并指标
- 30 天内没有已合并 PR
描述
Here's an applescript function that prints out the number of open tabs.
```applescript
tell application "Safari"
count every tab of every window
end tell
```
https://discussions.apple.com/thread/250505964
Probably use https://github.com/andrewp-as-is/applescript.py to run it.
- Make the class run the applescript function
- Return the value to a column in the table -- will need to rework the db logic a bit
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。