spamwax / alfred-pinboard-rs

Alfred Workflow for Pinboard (Rust)
Other
280 stars 13 forks source link

Fixes #33 - Update for Alfred4 #35

Closed waynehoover closed 5 years ago

waynehoover commented 5 years ago

This is a quick fix for Alfred 4.

Note: Alfred 4 uses the same json format as Alfred 3 so not much needed to be done. You might want to change the name of is_alfred_v3() function to something else now though. Maybe something like takes_json_output or is_alfved_v3_or_v4 But that is a bigger change that wasn't totally necessary here.

spamwax commented 5 years ago

Thanks for your contribution. I have included your changes & some other necessary ones in a different commit.