A terminal program written in rust language that lets you search deeply in your documents
deepsearch [OPTIONS] --query <QUERY>
-d, --start-path <START_PATH> Directory to start searching from [default: .]
-h, --help Print help information
-n, --non-recursive Search only in current or given directory without recursion
-q, --query <QUERY> The text you are searching for
-s, --sensitive Is searching sensitive
-V, --version Print version information