summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMicah Jerome Ellison <micah.jerome.ellison@gmail.com>2023-03-04 12:51:12 -0800
committerGitHub <noreply@github.com>2023-03-04 12:51:12 -0800
commite54908be0de5caa61153725be164417d7aed31f6 (patch)
tree366e450abe2bbf0f9cba3daa93d3ec75761b1d72
parent22bf6595da2416efeca716f77c219cff9aceee45 (diff)
Document -tagged, -not -tagged, and -not -starred in command line reference (#1684)
-rw-r--r--docs/reference-command-line.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/reference-command-line.md b/docs/reference-command-line.md
index c78ac76e..4380064b 100644
--- a/docs/reference-command-line.md
+++ b/docs/reference-command-line.md
@@ -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) |
| -and | Show only entries that match all conditions, like saying "x AND y" (default: OR) |
| -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) |
| -not [TAG] | Exclude entries with this tag |
+| -not -starred | Exclude entries that are starred |
+| -not -tagged | Exclude entries that are tagged |
## Searching Options
These help you do various tasks with the selected entries from your search.