alfred-workflow icon indicating copy to clipboard operation
alfred-workflow copied to clipboard

Full-featured library for writing Alfred 3 & 4 workflows

Results 21 alfred-workflow issues
Sort by recently updated
recently updated
newest added

Hi, Any plan for supporting Python 3? Switching to python 3 enjoys some benefits such as text encoding and better built-in library. I'm wondering if you have any thought on...

First of all, thank you. Not working on the latest MacOS 12.3

It seems broser-cookie3(which works in python3) could not works because alfred workflow in python2. Is there some method to fetch chrome cookie by python2 in alfred workflow?

Fix https://github.com/deanishe/alfred-workflow/issues/182 Inspired from: https://github.com/danielecook/gist-alfred/pull/18 (untested)

I've taken a pass at porting the existing code to Python 3, since it seems like the latest version of macOS has broken a lot of workflows that rely on...

This thread was helpful while debugging this: https://stackoverflow.com/questions/68345992/python3-module-import-confusion Thank you for your extensive Alfred projects and helpful documentation, @deanishe!

Is this your way of donating to pinboard? 😉 or is there a way to make a free account or an API key listed somewhere? I really want to use...

enhancement

I've been unable to replicate the pinboard example from the tutorial. The code runs fine when run from the command line, but when triggered via Alfred no list items show...

Just like Chrome and Safari, instead of tying ``ff`` all the time, would it be possible to open things from root?

I'm following this tutorial https://developers.google.com/tasks/quickstart/python forcing the code to python 2. i've installed the libraries with `python2.7 -m pip install --upgrade --target=lib/ google-api-python-client google-auth-httplib2 google-auth-oauthlib` and set wf to use...