Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.03 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.03 KB

fnd

fnd is a versatile, intuitive file search utility for both local and remote environments. Inspired by fd, this tool builds on fd’s functionality by adding remote search capabilities, making it particularly useful for locating container logs or analyzing distributed file structures.

Implements parallel directory traversal.

Features

  • Simple, intuitive syntax: Search effortlessly with regex patterns.
  • Local & remote search: Go beyond the local file system to locate files on remote servers.
  • Remote search: (Under Maintenance) Search capabilities for remote servers and containers.

Demo

Demo GIF

Installation

To install fnd, clone the repository and build the project. Ensure Go is installed:

# Clone the repository
git clone https://github.com/prudhvideep/fnd

# Navigate to the directory
cd fnd

# Build the project
go build -o fnd