tillkruss / alfred-lorem-ipsum

An ultra-fast Lorem Ipsum workflow for Alfred 4
http://www.packal.org/workflow/lorem-ipsum-0
MIT License
82 stars 3 forks source link

Google search overrides text output #12

Open methodik opened 2 years ago

methodik commented 2 years ago

As a user when I type "Lorem Paragraph 3" I expect the workflow to paste text into a text box.

However instead Alfred takes me to a Google search

Screenshot attached

image

image

rverrips commented 2 years ago

The tool uses PHP (as listed in the requirements)

Please confirm that you have a version of php installed by running "php -v" in a terminal window.

MacOS 12 no longer ships with php included, in which case you'd need to install it.

(If this resolves your issue, please let us know)

jesseday commented 2 years ago

I'm also having this issue. MacOS 12.3.1, php 8.1.6 installed via brew.

rverrips commented 2 years ago

Dear @jesseday Could you please confirm the output you get when you type "which php" into a terminal window, and also if it actually returns version 8.1.6 if you type "php -v" into a terminal window. (MacOS 12.3.1 and php 8.1.6 are fully supported so it's likely an issue locating the php executable) Thanks Roy

jesseday commented 2 years ago

Sure thing. See below. path to php is /usr/local/bin/php

Screen Shot 2022-05-17 at 2 35 42 PM
rverrips commented 2 years ago

Sure thing. See below. path to php is /usr/local/bin/php

Screen Shot 2022-05-17 at 2 35 42 PM

Mmm, that should actually work just fine ... Can you confirm you're running that latest version of the Alfred Workflow, i.e. v0.2.2 - If not, you can download the latest version here

Screen Shot 2022-05-17 at 4 07 04 PM
jesseday commented 2 years ago

Of course 🤦. Updating resolved the issue for me. Thank you so much @rverrips

rverrips commented 2 years ago

Of course 🤦. Updating resolved the issue for me. Thank you so much @rverrips

Excellent, happy to hear that, @jesseday

rverrips commented 2 years ago

As a user when I type "Lorem Paragraph 3" I expect the workflow to paste the text into a text box.

However instead Alfred takes me to a Google search

Screenshot attached

image

image

Dear @methodik

Are you still having this issue after installing PHP and the latest version of the workflow?

ilium007 commented 2 years ago

I was getting the same issue. PHP installed via Brew. What I thought was the latest version of the workflow that i downloaded from https://www.packal.org/workflow/lorem-ipsum-0 was in fact an old version.

v0.2.0

tillkruss commented 2 years ago

packal.org is dead I think.

ilium007 commented 2 years ago

Good to know! Is there a replacement or do we go looking on GitHub for shared workflows?

tillkruss commented 2 years ago

I'd like the answer to that question as well.

DragNet2 commented 10 months ago

I also had this issue.

Till, I think it would be reasonable to add info about php requirement to the workflow readme file.

tillkruss commented 10 months ago

Feel free to open a PR.