mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 00:28:31 +02:00
Document -tagged, -not -tagged, and -not -starred in command line reference (#1684)
This commit is contained in:
parent
22bf6595da
commit
e54908be0d
1 changed files with 3 additions and 0 deletions
|
@ -76,8 +76,11 @@ entries, such as `yesterday`, `today`, `Tuesday`, or `2021-08-01`.
|
||||||
| -contains TEXT | Show entries containing specific text (put quotes around text with spaces) |
|
| -contains TEXT | Show entries containing specific text (put quotes around text with spaces) |
|
||||||
| -and | Show only entries that match all conditions, like saying "x AND y" (default: OR) |
|
| -and | Show only entries that match all conditions, like saying "x AND y" (default: OR) |
|
||||||
| -starred | Show only starred entries (marked with *) |
|
| -starred | Show only starred entries (marked with *) |
|
||||||
|
| -tagged | Show only tagged entries (marked with the [configured tagsymbols](reference-config-file.md#tagsymbols)) |
|
||||||
| -n [NUMBER] | Show a maximum of NUMBER entries (note: '-n 3' and '-3' have the same effect) |
|
| -n [NUMBER] | Show a maximum of NUMBER entries (note: '-n 3' and '-3' have the same effect) |
|
||||||
| -not [TAG] | Exclude entries with this tag |
|
| -not [TAG] | Exclude entries with this tag |
|
||||||
|
| -not -starred | Exclude entries that are starred |
|
||||||
|
| -not -tagged | Exclude entries that are tagged |
|
||||||
|
|
||||||
## Searching Options
|
## Searching Options
|
||||||
These help you do various tasks with the selected entries from your search.
|
These help you do various tasks with the selected entries from your search.
|
||||||
|
|
Loading…
Add table
Reference in a new issue