text_searcher 0.1.7

A simple text searcher tool
# Text Searcher

## description

Yet another text searcher, for basic tasks

## Usage

Install the command:

```
[sudo] cargo install text_searcher
```

Running:

```
text-searcher [your-pattern-or-regex] --include [your-pattern-or-regex] --ignore [your-pattern-or-regex]
```