mirror of https://github.com/caronc/apprise
Updated config (markdown)
parent
399ffb32bf
commit
f33b385927
|
@ -164,10 +164,10 @@ Tagging (with the **--tag=** (or **-g**) allows you to only notify entries from
|
|||
|
||||
```bash
|
||||
# assuming you got your configuration in place; tagging works like so:
|
||||
notify -b "has TagA" --tag=TagA
|
||||
notify -b "has TagA OR TagB" --tag=TagA --tag=TagB
|
||||
apprise -b "has TagA" --tag=TagA
|
||||
apprise -b "has TagA OR TagB" --tag=TagA --tag=TagB
|
||||
|
||||
# For each item you group with the same --tag value is AND'ed
|
||||
notify -b "has TagA AND TagB" --tag="TagA, TagB"
|
||||
notify -b "has (TagA AND TagB) OR TagC" --tag="TagA, TagB" --tag=TagC
|
||||
apprise -b "has TagA AND TagB" --tag="TagA, TagB"
|
||||
apprise -b "has (TagA AND TagB) OR TagC" --tag="TagA, TagB" --tag=TagC
|
||||
```
|
Loading…
Reference in New Issue