dbader / dbader/alfred-countdown-timer

Restore workflow on Monterey

Open
#22 4 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
246
Forks
32
PR merge metrics
No merged PRs in 30d

Description

By default, this does not seem to be operational on MacOS Monterey.

Suggested workaroung:

```
pip3 install -U pyobjc
```

Then, in Alfred Preferences, pick this workflow from the workflow list. Click the _Run Script_ object, use _Configure Object_ from the context menu.

Then, edit script. Use direct reference to Python3.

```
/usr/local/bin/python3 timer.py {query} > /dev/null 2>&1 &
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.