Search Blame

This is a cli tool that can perform text search and git blame at the same time.

Functionality

How to use it

``` searchblame --help USAGE: searchblame [OPTIONS] --files --text

OPTIONS: --blame Name of the person to blame (Optional). If not provided, it uses the current user name --files Path to the file(s) we search in. -h, --help Print help information --root Directory of the git root. This should point to a git repo root directory. --text Content to search in the files -V, --version Print version information

```