jarun/buku

Searching for tags and keywords

BlackLotus opened this issue · 6 comments

I probably miss something very obvious, but how can I search for keywords (in the title or url) and filter for tags at the same time with commands.

$ buku -s go -t programming
buku [OPTIONS] [KEYWORD [KEYWORD ...]]
buku: error: unrecognized arguments: programming

I'm sure this must work somehow, but I can't figure out how.

jarun commented

This is not available at the moment. You can either search all fields or only tags. Filtering is supported for tags-only (see examples 19-21).

It will be good to add this feature. I will add it to the ToDo list. If interested, please raise a PR.

jarun commented

I have added the changes needed to handle each search option with different sets of keywords at commit 912b147. This had to be the first thing to be fixed in order to support your request.

Hi @jarun, seems that it would take more time then I can dedicate for now, sorry.

jarun commented

No problem @alex-bender!

jarun commented

@BlackLotus this feature is implemented at f804233.

Thanks jarun I will check it out