Appearance
Search
FreshSearch the vault for matching files, return grep-style line context, or open the search view in the app.
Commands for Search.
search
Search vault for text. Returns matching file paths.
bash
query=<text> # (required) search query
path=<folder> # limit to folder
limit=<n> # max files
format=text|json # output format (default: text)
total # return match count
case # case sensitivesearch:context
Search with matching line context. Returns grep-style path:line: text output.
bash
query=<text> # (required) search query
path=<folder> # limit to folder
limit=<n> # max files
format=text|json # output format (default: text)
case # case sensitivesearch:open
Open search view.
bash
query=<text> # initial search querySee also
- Browse all command groups
- Keyboard shortcuts for the TUI