Automated ingestion of prompt: File System Indexer CLI
This commit is contained in:
parent
5bc1fb19cb
commit
3f9c014152
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "File System Indexer CLI"
|
||||
contributor: "@f"
|
||||
tags: #general, #f
|
||||
---
|
||||
|
||||
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.
|
||||
Loading…
Reference in New Issue