alichtman / alichtman/open_tab_tracker
Add support for Safari
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 3
- Fork
- 1
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.