파일 시스템 인덱서 CLI 프롬프트
Go 기반 파일 인덱서 요구를 넣으면 재귀 탐색, 메타데이터 추출, 전체 텍스트 검색, 고급 질의, 증분 인덱싱 지시를 돌려줍니다.
| 분류 | 개발 › 코딩 |
|---|---|
| 태그 | 초안작성개발자코드 |
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.
어떤 프롬프트인가
로컬 파일 검색 CLI를 만들 때 적합하다. 체크섬 중복 탐지와 동시 처리를 요구하지만 색인 저장소나 쿼리 파서 구현 방식은 별도로 정해야 한다.
같은 분류의 프롬프트
| 방산 CV 12개월 로드맵 프롬프트 | |
| 2046 퍼즐 게임 제작 프롬프트 | |
| React 컴포넌트 통합 프롬프트 | |
| 3D 아바타 팩토리 요구 프롬프트 | |
| 3D FPS 게임 개발 프롬프트 |