File Finder
CreatedTryd0g0lik
Locates files within a file system based on a provided path fragment and returns the results in JSON format.
About
This simple server, written in Python, facilitates file discovery within a file system. It accepts a path fragment as input and searches for files containing that fragment in their paths. The search results, including file name, path, size, and creation date, are then formatted and returned as a JSON response, enabling easy integration with other applications and tools.
Key Features
- Returns search results in JSON format
- 1 GitHub stars
- File search by path fragment
- Easy setup and execution
- Configurable with VSCode Cline extension
Use Cases
- Quickly find files by partial path
- Integrate file search into automated workflows
- Develop custom file management tools