-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I am currently using a python wrapper to prevent showing domains like ContextStoreAgent
and com.apple.knowledge-agent
to not clutter the output.
However, I am willing to implement a proper blacklisting system and therefore wanted to ask whether this is something you are interested in and if so, how should I implement it?
Currently, there is no config file and there are no flags either. There are three approaches I have in my mind:
- passing the domains to blacklist as an command line argument (does require the introduction of
flags
) - a config/blacklist file (does not require
flags
if the path is always hardcoded, but does if we want to provide a custom path so users can override it) - an environment variable (doesn't require
flags
but is the option I personally dislike from a users perspective)
jawwad
Metadata
Metadata
Assignees
Labels
No labels