mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
Update usage.md
This commit is contained in:
parent
9725b464bb
commit
ec7d706167
1 changed files with 2 additions and 2 deletions
|
@ -133,14 +133,14 @@ all instances of the word "dogs."
|
||||||
You can filter your journal entries by tag. For example,
|
You can filter your journal entries by tag. For example,
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
jrnl @pinkie @WorldDomination
|
jrnl "@pinkie" "@WorldDomination"
|
||||||
```
|
```
|
||||||
|
|
||||||
displays all entries in which either `@pinkie` or `@WorldDomination`
|
displays all entries in which either `@pinkie` or `@WorldDomination`
|
||||||
occurred. Tag filters can be combined with other filters:
|
occurred. Tag filters can be combined with other filters:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
jrnl -n 5 @pinkie @WorldDomination -and
|
jrnl -n 5 "@pinkie" "@WorldDomination" -and
|
||||||
```
|
```
|
||||||
|
|
||||||
displays the last five entries containing _both_ `@pinkie` _and_
|
displays the last five entries containing _both_ `@pinkie` _and_
|
||||||
|
|
Loading…
Add table
Reference in a new issue