Skip to content

Add an example about doing a or b context matchingΒ #295

@fidgetingbits

Description

@fidgetingbits

Talon doesn't directly support or for context matching, so if you want a context to match something like tag: foo OR win.title: bar but not both, you have to do something like:

tag: foo
and not win.title: bar

win.title: bar
and not tag: foo

If you want it to match on one or the other, or both, then you have to do like:

tag: foo
and not win.title: bar

win.title: bar
and not tag: foo

tag: foo
win.title: bar

Pretty sure this isn't documented anywhere except in the 3 month slack hole.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions