serch 0.1.1

A cli tool that recursively searches all paths within the current directory or a specified directory for a given string
Documentation
# serch


A cli tool that recursively searches all paths within the current directory or a specified directory for a given string.

## Features


- Very fast
- Simple

## Installation


```bash
cargo install serch 
```

## Usage


```bash
serch [STRING] [PATH]
```

Print all paths inside the current directory:

```bash
serch 
```

Print all paths inside the specified PATH:

```bash
serch - <PATH>
```