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.
- Simple, intuitive syntax: Search effortlessly with
regex
orglob
patterns. - Local & remote search: Go beyond the local file system to locate files on remote servers.
- Flexible pattern support: Supports both
regex
andglob
styles for versatile searching.
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