alichtman / alichtman/open_tab_tracker
Add support for Safari
Aperta
- Lingua principale
- Python
- Stelle
- 3
- Fork
- 1
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.