Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No longer opening bookmarks (macOS Montery related?) #26

Open
LionelSelie opened this issue Oct 27, 2021 · 3 comments
Open

No longer opening bookmarks (macOS Montery related?) #26

LionelSelie opened this issue Oct 27, 2021 · 3 comments

Comments

@LionelSelie
Copy link

Hi there,

I updated to macOS Monterey today and I can no longer locate bookmarks. The workflow opens correctly, but when I enter a search term that should work, it no longer finds a result.

Can you/someone please help?

Thanks so much!

@liuchenggang2014
Copy link

it's same to me. I hope to see a workaround here

@l-qing
Copy link

l-qing commented Nov 7, 2021

Setup

This workflow requires PHP, which is no longer pre-installed since macOS 12 Montery.
You can install it via Homebrew (brew install php).

Ref: https://github.com/gharlan/alfred-github-workflow#setup


Add PATH to script:

export PATH=$PATH:/usr/local/bin
PROFILE="~/Library/Application Support/Google/Chrome/**/Bookmarks" php bookmarks.php {query}

Shot 2021 11 07 at 10 54 50
Shot 2021 11 07 at 10 55 11

@Marv963
Copy link

Marv963 commented Nov 21, 2021

When you installed php with brew, than this should work for you

Script

PROFILE="~/Library/Application Support/Google/Chrome/**/Bookmarks" /opt/homebrew/bin/php bookmarks.php {query}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants