{% set nav_title = "Aird" %} {% set nav_search_path = current_path or "" %} {% set show_admin_link = False %} {% include '_app_nav_header.html' %}

Super Search

Wildcard patterns:
â€ĸ * - matches any characters (except /)
â€ĸ ** - matches any characters including subdirectories
â€ĸ ? - matches single character
â€ĸ [abc] - matches any character in brackets
â€ĸ [a-z] - matches character range
Examples: *.py, **/*.js, test_*.txt, *.{py,js,html}
Search for text within file contents
Case-sensitive text search within matching files
Common Patterns:
Ready to super search. Enter a file pattern and search text above.