albertkinng Posted January 9, 2021 Posted January 9, 2021 (edited) Sometimes I don't want to read the whole blog again to find the paragraph about 'pitfalls' is there a way to use Alfred to search on a page just for a word? maybe is already done and I just don't know about it. let me know Edited January 10, 2021 by albertkinng
deanishe Posted January 9, 2021 Posted January 9, 2021 That's an extremely vague description. What exactly are you imagining doing with Alfred and what do you think should happen then?
albertkinng Posted January 10, 2021 Author Posted January 10, 2021 (edited) 20 hours ago, deanishe said: That's an extremely vague description. What exactly are you imagining doing with Alfred and what do you think should happen then? fair enough... let's pretend I go to https://daringfireball.net and instead of read all his posts I just bring Alfred and write a word I know it's inside of the post I'm looking for... when I hit enter that word is selected in the page I'm reading. Edited January 10, 2021 by albertkinng
deanishe Posted January 10, 2021 Posted January 10, 2021 So you want to trigger Safari's own search via Alfred? Put your query on the find pasteboard with the bash/zsh command echo "$1" | pbcopy -pboard find then simulate ⌘F to trigger Safari’s search.
albertkinng Posted January 11, 2021 Author Posted January 11, 2021 19 hours ago, deanishe said: So you want to trigger Safari's own search via Alfred? Put your query on the find pasteboard with the bash/zsh command echo "$1" | pbcopy -pboard find then simulate ⌘F to trigger Safari’s search. Thanks for your help man. I just need a little bit of direction... where I place that code? Sorry for the stupid question
deanishe Posted January 11, 2021 Posted January 11, 2021 (edited) In a Run Script with Language = "/bin/zsh" and "with input as argv". Edited January 11, 2021 by deanishe
albertkinng Posted January 11, 2021 Author Posted January 11, 2021 I will try to record a screenvideo so in case doesn’t work you can tell me what I’m doing wrong then... thanks man.
albertkinng Posted January 29, 2021 Author Posted January 29, 2021 @deanishe I couldn't do it. any step by step would be of great help for me. sorry
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now