Skip to content

Blacklisting domains #5

@CatsDeservePets

Description

@CatsDeservePets

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions