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 はまだ評価されていません。