A cli tool that recursively searches all paths within the current directory or a specified directory for a given string.
- -
```bash
cargo install serch
```
```bash
serch [STRING] [PATH]
```
Print all paths inside the current directory:
```bash
serch
```
Print all paths inside the specified PATH:
```bash
serch - <PATH>
```