{% set nav_title = "Aird" %}
{% set nav_search_path = current_path or "" %}
{% set show_admin_link = False %}
{% include '_app_nav_header.html' %}
Super Search
WebSocket Powered
๐ Home
{% if current_path and current_path.strip() %}
{% set path_parts = current_path.strip('/').split('/') %}
{% for i, part in enumerate(path_parts) %}
{% set partial_path = '/files/' + '/'.join(path_parts[:i+1]) %}
/{{ part }}
{% end %}
{% end %}
/๐ Super Search
Wildcard Patterns
โข * matches any characters (except /)
โข ** matches subdirectories
โข ? matches single character
โข [abc] matches character in brackets
โข {a,b} matches multiple options
Common Patterns
Search Mode
Search for text within file contents
Case-sensitive text search within matching files
Ready to super search. Enter a file pattern and search text above.
0%
Initializing...
๐ก Tip: choose a search mode above, enter a file pattern and search text, then press
Enter or click Start Super Search.