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