alichtman / alichtman/open_tab_tracker

Add support for Safari

Ouverte
#6 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Python
Étoiles
3
Forks
1
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.