Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 971 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 971 Bytes

Search Tool

Description

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.

How to install

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 .

How to use

To use this tool just type: search [Options]... [Pattern]

For example:

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.