mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Update usage.md
Move the `-and` option after two or more tags instead of in-between. Using this option in-between tags does not work if the jrnl file name is not `default`.
This commit is contained in:
parent
5cb8ea2886
commit
9725b464bb
1 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ displays all entries in which either `@pinkie` or `@WorldDomination`
|
|||
occurred. Tag filters can be combined with other filters:
|
||||
|
||||
```sh
|
||||
jrnl -n 5 @pinkie -and @WorldDomination
|
||||
jrnl -n 5 @pinkie @WorldDomination -and
|
||||
```
|
||||
|
||||
displays the last five entries containing _both_ `@pinkie` _and_
|
||||
|
@ -169,7 +169,7 @@ editor configured in your configuration file. You can also edit only the entries
|
|||
that match specific search criteria. For example,
|
||||
|
||||
```sh
|
||||
jrnl -until 1950 @texas -and @history --edit
|
||||
jrnl -until 1950 @texas @history -and --edit
|
||||
```
|
||||
|
||||
opens your external editor displaying all entries tagged with `@texas` and
|
||||
|
|
Loading…
Add table
Reference in a new issue