A free software package to manage your thoughts and documents!
This project is maintained by aernesto
Only outputs the items that belong to all the topics given as arguments.
Warning: This function can only be used with Shell piping. See examples below.
<searchitem output> | intopic
or
<notintopic output> | intopic
searchitem "Content LIKE \"%sigma%\"" | intopic "proba" | showitem
OR
searchitem "Content LIKE \"%sigma%\"" | notintopic "proba" | intopic "phd" "algebra" | showitem
Exclusively a list of ItemIDs from stdin, such as the ones outputted from the searchitem
and notintopic
functions.
Returns a list of item id’s to stdout.