File Finder
CreatedStepanCooleague
Locates files within a specified directory based on a given path fragment.
About
File Finder is a server designed to search for files within a filesystem using a path fragment as a query. It allows users to find files by name or partial path, and returns file metadata including name, full path, size, and creation date. The server accepts a query string and an optional directory to limit the search scope, defaulting to the root directory if none is provided.
Key Features
- Searches for files based on path fragment.
- Uses a query string to find matching files.
- Returns file metadata (name, path, size, creation date).
- 0 GitHub stars
- Allows specifying a base directory for the search.
Use Cases
- Quickly locate files by name or partial path.
- Retrieve file metadata for identified files.
- Search for files within a specific directory.