filesearch

Crates.iofilesearch
lib.rsfilesearch
version0.1.0
created_at2025-12-23 15:57:25.328822+00
updated_at2025-12-23 15:57:25.328822+00
descriptionA tool to find files and folders
homepagehttps://github.com/steph-crown/filesearch
repositoryhttps://github.com/steph-crown/filesearch
max_upload_size
id2001816
size11,752
Stephen Emmanuel (steph-crown)

documentation

README

filesearch

This is a CLI tool that allows you search for files that matches a given pattern within a directory. A simple version of find command.

Usage

filesearch <pattern> [directory]
  • <pattern> (required): Then search pattern to match against file names.

    • Can be a simple string, e.g. main
    • Can be a wildcard pattern, e.g. test-*, *.rs
    • Case sensitive
  • <directory> (optional): The directory to search (recursively) in.

    • Defaults to . (current working directory).
    • Must be a valid directory path
    • Example: ., ./src

Getting Help

To get more information about the tool, run:

filesearch --help

Or

filesearch -h
Commit count: 0

cargo fmt