Note: Since this is a new software, Windows SmartScreen might warn you about an "Unknown Publisher". Please click "More Info" -> "Run Anyway". The software is safe and open.
Key Features
🚀 Ultra Fast Engine: Optimized multi-threaded scanning capable of processing 100,000+ files in seconds.
🔍 Deep Content Search: Search text inside files using UTF-8, UTF-16, ASCII, or Hexadecimal byte sequences.
📂 Advanced Filters: Filter by Date (Modified), File Size, and Attributes (Hidden, System, Read-only).
💾 Profiles: Save and load your complex search configurations for repetitive tasks.
📦 Mass Copy: Automatically copy found files to a destination folder with a visual progress bar.
🔔 Notifications: Get alerted via Email (SMTP) or Webhook (Discord/Slack) when the job is done.
Documentation & Usage
1. Search Options (General Tab)
- Include Masks: Standard wildcards. Use comma for multiple masks. Example:
*.txt, *.log.
- RegEx Mode: Enable this to use Regular Expressions in masks. Example:
IMG_\d{3}\.jpg.
- Exclude Masks: Files matching these patterns will be skipped. Example:
*temp*, *backup*.
- Content / Hex: Text to find inside files.
- Case sensitive: Distinguish between 'Error' and 'error'.
- NOT containing: Find files that DO NOT contain the text.
- HEX mode: Search for bytes (e.g.,
FF D8 for JPEG headers).
2. Advanced Filters
Use this tab to narrow down results based on metadata.
- Date: Select a date range. Click 📅 for a calendar or "Today" for quick selection.
- Size: Find files larger (>) or smaller (<) than a specific size (KB, MB, GB).
- Attributes: Filter specifically for System or Hidden files.
3. Automation & Notifications
- Copy files to: If checked, all found files are copied to the target folder. A timestamped subfolder is created automatically.
- Email/Webhook: Configure SMTP details or a Webhook URL in the "Settings" tab to receive a report after scanning.
Examples
| Goal |
Mask / Settings |
Content |
| Find all Python scripts |
*.py |
(empty) |
| Find logs with "Error" |
*.log |
Error (Case sensitive ON) |
| Find JPEG images (by header) |
*.* |
FF D8 FF (HEX mode ON) |
| Find photos from 2023 |
*.jpg, *.png |
(Advanced Tab -> Date: 2023-01-01 -> 2023-12-31) |
Upozornění: Windows SmartScreen může při prvním spuštění hlásit "Neznámého vydavatele". Klikněte na "Další informace" -> "Přesto spustit".
Hlavní funkce
🚀 Ultra rychlý engine: Optimalizované vícevláknové skenování schopné projít 100 000+ souborů v řádu sekund.
🔍 Hledání obsahu: Hledání textu uvnitř souborů (UTF-8, CP1250...) nebo Hexadecimální hledání.
📂 Pokročilé filtry: Filtrování podle data změny, velikosti a atributů (Skrytý, Systémový...).
💾 Profily: Ukládání a načítání komplexních nastavení hledání.
📦 Hromadné kopírování: Automatické kopírování nalezených souborů s vizuálním ukazatelem průběhu.
🔔 Notifikace: Odeslání reportu na Email nebo Webhook (Discord) po dokončení.
Návod k použití
1. Možnosti hledání (Obecné)
- Zahrnout masky: Klasické zástupné znaky. Více masek oddělte čárkou. Např:
*.txt, *.log.
- RegEx režim: Povolí regulární výrazy v názvech. Např:
IMG_\d{3}\.jpg.
- Vyloučit masky: Soubory odpovídající těmto maskám budou přeskočeny. Např:
*temp*, *backup*.
- Obsah / Hex: Text k nalezení uvnitř souboru.
- Rozlišovat velikost: Rozdíl mezi 'Chyba' a 'chyba'.
- NEOBSAHUJE text: Najde soubory, kde dané slovo CHYBÍ.
- HEX režim: Hledání bajtů (např.
FF D8 pro hlavičku fotek).
2. Rozšířené filtry
- Datum: Vyberte rozsah od-do. Tlačítko "Dnes" vybere dnešek.
- Velikost: Najít soubory větší (>) nebo menší (<) než zadaná hodnota.
- Atributy: Hledání specificky jen skrytých nebo systémových souborů.
Příklady
| Cíl |
Maska |
Obsah |
| Najít všechny PDF |
*.pdf |
(prázdné) |
| Najít logy s chybou |
*.log |
Critical Error (Rozlišovat vel. zapnuto) |
| Najít obrázky (podle obsahu) |
*.* |
FF D8 FF (HEX režim zapnut) |
Características Principales
🚀 Motor Ultrarrápido: Escaneo multihilo optimizado.
🔍 Búsqueda de Contenido: Texto, Hex, UTF-8, UTF-16.
📂 Filtros Avanzados: Fecha, Tamaño, Atributos.
📦 Copia Masiva: Copia automática con barra de progreso.
Instrucciones
- Máscaras: Usa
*.txt. Para múltiples, usa comas.
- RegEx: Activa para usar expresiones regulares.
- Excluir: Archivos para omitir (ej.
*tmp*).
- Contenido: Busca texto dentro de los archivos.
Hauptmerkmale
🚀 Ultraschnelle Engine: Optimiertes Multi-Thread-Scannen.
🔍 Inhaltssuche: Text, Hex, UTF-8, UTF-16.
📂 Erweiterte Filter: Datum, Größe, Attribute.
📦 Massenkopie: Automatisches Kopieren mit Fortschrittsanzeige.
Anleitung
- Masken: Z.B.
*.txt. Trennung durch Komma.
- RegEx: Aktivieren für reguläre Ausdrücke.
- Ausschließen: Dateien zum Überspringen (z.B.
*bak*).
- Inhalt: Suche nach Text in Dateien.
主要功能
🚀 超快引擎: 优化的多线程扫描。
🔍 内容搜索: 文本, Hex, UTF-8, UTF-16。
📂 高级过滤: 日期, 大小, 属性。
📦 批量复制: 带进度条的自动复制。
使用说明
- 掩码: 例如
*.txt。使用逗号分隔。
- 正则模式: 启用正则表达式。
- 排除: 要跳过的文件 (例如
*tmp*)。
- 内容: 在文件中搜索文本。