https://github.com/activitywatch/aw-notify
Desktop notifications for ActivityWatch
https://github.com/activitywatch/aw-notify
activitywatch notifications time-tracking
Last synced: 11 months ago
JSON representation
Desktop notifications for ActivityWatch
- Host: GitHub
- URL: https://github.com/activitywatch/aw-notify
- Owner: ActivityWatch
- Created: 2023-01-28T11:50:38.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T17:18:04.000Z (over 1 year ago)
- Last Synced: 2024-10-30T00:54:47.265Z (over 1 year ago)
- Topics: activitywatch, notifications, time-tracking
- Language: Python
- Homepage:
- Size: 253 KB
- Stars: 11
- Watchers: 2
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
aw-notify
=========
A notification service for ActivityWatch.
Still work-in-progress, but it is pretty simple and should work fine.
Sends you notifications:
- when you've done a certain activity for certain amounts of time
- "You've been working for 1h today"
- "You've been on Twitter for 30min today"
- when the work day is over (e.g. 5pm)
- "You've spent a total of 3h 21min today. You did Work for 2h 20min (66%)"
## Installation
Install it using `poetry` with `poetry install`.
## Usage
```
$ aw-notify --help
Usage: aw-notify [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
checkin Sends a summary notification of the day.
start Start the notification service.
```
## Limitations
On macOS, you need to run it from a signed bundle to allow access to Notification Center.