| Crates.io | filesearch |
| lib.rs | filesearch |
| version | 0.1.0 |
| created_at | 2025-12-23 15:57:25.328822+00 |
| updated_at | 2025-12-23 15:57:25.328822+00 |
| description | A tool to find files and folders |
| homepage | https://github.com/steph-crown/filesearch |
| repository | https://github.com/steph-crown/filesearch |
| max_upload_size | |
| id | 2001816 |
| size | 11,752 |
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.
filesearch <pattern> [directory]
<pattern> (required): Then search pattern to match against file names.
maintest-*, *.rs<directory> (optional): The directory to search (recursively) in.
. (current working directory).., ./srcTo get more information about the tool, run:
filesearch --help
Or
filesearch -h