Skip to content

Commit

Permalink
fix: misc fixes to swift script on macos, incl URL inspection (#69)
Browse files Browse the repository at this point in the history
* Missing clean statement in makefile

* Extract url from safari and chrome-like browsers

* Removing system idle time

* Fixed old heartbeat and added log levels

Reason the existing logic wasn't working is the previous heartbeat is not
sent with the current timestamp to the server does not merge it

* Additional comments

* Update aw_watcher_window/macos.swift

* dont' allocate formatter each time

* Drop timestamp interval

* Drop to millisecond subtraction

* Check for empty tab titles before using them in place of the notification-provided window title
  • Loading branch information
iloveitaly authored Jan 11, 2023
1 parent 880c691 commit f08afe8
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 101 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ package:
clean:
rm -rf build dist
rm -rf aw_watcher_window/__pycache__
rm aw_watcher_window/aw-watcher-window-macos
Loading

0 comments on commit f08afe8

Please sign in to comment.