# 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]
```