File System Indexer CLI prompt

Coding17.5K

用Go构建高性能文件索引与搜索

A high-performance file indexer and search tool in Go

Full prompt
用 Go 构建一个高性能的文件系统索引和搜索工具。实现带可配置深度的递归目录遍历。添加文件元数据提取,包括大小、日期和权限。包含带可选全文搜索的内容索引。实现带布尔运算符和通配符的高级查询语法。添加用于提升性能的增量索引。包含 JSON 和 CSV 格式的导出功能。实现搜索结果高亮。添加使用校验和的重复文件检测。包含性能统计和进度报告。实现用于多核利用的并发处理。

How to use this prompt

  1. 1Copy the full prompt below
  2. 2Replace the [____] placeholders with your specifics
  3. 3Paste into DeepSeek / Claude / ChatGPT to run

Related Coding prompts