docs: clarify log search

This commit is contained in:
thePR0M3TH3AN
2025-05-20 14:38:51 -04:00
parent aa6f961658
commit 566a81da64
2 changed files with 5 additions and 2 deletions

View File

@@ -109,7 +109,9 @@ marlin attr set '~/marlin_demo/Reports/*.pdf' reviewed yes
```bash
marlin search TODO
marlin search tag:project/md
marlin search 'tag:logs/app AND ERROR'
# Content search arrives in Phase 3. For now, grep the logs directly:
# marlin search 'tag:logs/app AND ERROR'
grep ERROR ~/marlin_demo/Logs/app.log
marlin search 'attr:status=complete'
marlin search 'attr:reviewed=yes AND pdf'
marlin search 'attr:reviewed=yes' --exec 'xdg-open {}'