Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ sudo dnf install libnotify
sudo pacman -S libnotify
```

On macOS, open **System Settings → Notifications** and enable **Tasklight** once. This is required after installing v0.2.1 because its cache-safe notification identity is new.

Check your setup:

```bash
Expand Down
2 changes: 2 additions & 0 deletions npm/tasklight-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ Windows is not packaged yet.

This npm package bundles a tiny native `Tasklight.app` notification helper for proper Tasklight notification identity, custom icon support, and reliable click behavior. The helper is ad hoc signed with the hardened runtime and verified during packaging; it is not represented as an Apple-notarized standalone application.

After installing on macOS, open **System Settings → Notifications** and enable **Tasklight** once. This is required after installing v0.2.1 because its cache-safe notification identity is new. Run `tasklight doctor` afterward to confirm authorization.

If the native helper is unavailable, Tasklight can use `terminal-notifier` as an optional fallback:

```bash
Expand Down