zquestz / s

Open a web search in your terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Complation - handle blacklist and whitelist

vantu5z opened this issue · comments

commented

Setting blacklist or whitelist in config should be handled by complation and --list-providers, --list-tags params.
For example if we set whitelist - provider (tag) complation should work only for this list, also --list-* params should return items depending on this list and not on all provider list.

This is great feedback. I agree. Will look into it, or would accept a PR with this change.

It appears that --list-providers already works as expected.

--list-tags lists all tags, not just from active providers in the latest release. I have pushed a new commit that makes this option provider aware and will push an updated release soon.

I am looking into fixing the completion scripts, that seems more complicated, and might take a bit for me to figure out.

This is all resolved in 0.6.7. Pushing it out now. Thanks for the feedback!

commented

Thanks for quick response! Works great!