File Finder icon

File Finder

Enables file searching on a computer by name and returns the results in JSON format.

关于

The File Finder is a Python-based server designed for local file searching. It operates over HTTP, listening for search queries and returning results in JSON format, which are also saved to a `search_results.json` file. The server is designed to integrate with tools like Cline in VSCode, allowing users to perform file searches directly within the IDE without using the command line.

主要功能

  • 0 GitHub stars
  • HTTP-based operation
  • JSON response format
  • Search results saved to file
  • Designed for integration with VSCode Cline
  • Locally hosted server

使用案例

  • Integrating file search functionality into GUI applications
  • Enabling file searches within VSCode using Cline
  • Automating file searches through code
Craft Better Prompts with AnyPrompt
Sponsored
File Finder: Search Files & Get JSON Results