add auto complete to archiving a link
When you are in this window and you want to archive a list :

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.
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 😉
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?
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.