Package: tagcoll
Version: 2.0.11-1
Severity: wishlist

Hi there,

please add an option to tagcoll which returns items which have /exactly/ the 
given tags, but no others. This is different from tagcoll grep, which filters 
the return set to only return items matching the expression, but ignores other 
tags:

| yo...@riona:~/tmp$ cat <<EOHERE >test
| foo: baz
| quux: baz, bar
| oink: bar
| EOHERE
| yo...@riona:~/tmp$ tagcoll grep baz test
| foo: baz
| quux: bar, baz
| yo...@riona:~/tmp$

what tagcoll misses is the following:

| yo...@riona:~/tmp$ tagcoll filter baz test
| foo: baz
| yo...@riona:~/tmp$

greetings,
        youam / Uli



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to