File System Indexer CLI
「ファイルシステムインデクサーCLI」
A comprehensive file system indexer cli application. Features include data export, search functionality. Perfect for developers looking to build modern web applications with professional-grade functionality.
「包括的なファイルシステムインデクサーCLIアプリケーション。データエクスポートや検索機能を備えています。プロフェッショナルレベルの機能を備えたモダンなWebアプリケーションを構築したい開発者に最適です。」
Prompt
Build a high-performance file system indexer and search tool in Go. Implement recursive directory traversal with configurable depth. Add file metadata extraction including size, dates, and permissions. Include content indexing with optional full-text search. Implement advanced query syntax with boolean operators and wildcards. Add incremental indexing for performance. Include export functionality in JSON and CSV formats. Implement search result highlighting. Add duplicate file detection using checksums. Include performance statistics and progress reporting. Implement concurrent processing for multi-core utilization.