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

add auto complete to archiving a link

Open nikivdev opened this issue 9 years ago • 3 comments

When you are in this window and you want to archive a list :

2016-09-17 at 22 26

It would be nice if I could start typing the list I want to add the link to and the options below would narrow down to my search.

nikivdev avatar Sep 17 '16 20:09 nikivdev

Should have some time to work on this in the next few weeks. This might also be a good opportunity for you to understand how Alfred workflows work and how to write some Python code 😉

fniephaus avatar Sep 17 '16 21:09 fniephaus

I would actually love to implement it myself, not really sure where to start though and how I can achieve this narrowing down of search results. Can you perhaps give me a direction to go with?

nikivdev avatar Sep 17 '16 21:09 nikivdev

The script filters you want to change execute python pocket_tags.py ..., so you'd need to edit the pocket_tags.py file. The current user query is in args.query and you'd only need to skip tags accordingly.

fniephaus avatar Sep 17 '16 21:09 fniephaus