This tool allows you to search through your file system based on a specific pattern and displays the path to all the files that you have based on that pattern.
First clone this repository to your machine. Navigate to the main directory of the project. In the main directory follow theese commands: cargo build --release (optional as it is already built) cargo install --path .
To use this tool just type: search [Options]... [Pattern]
If you want to search for a file called Passwords.txt just navigate to a parent directory of that file and call: search Passwords.txt or search Pass or any other strings contained in that file's name. Alternatively you could use the option -d to specify a child directory from which you would like to start the search from, or --directory-path to specify the full or a relative path from which to start searching.