| Crates.io | search_blame |
| lib.rs | search_blame |
| version | 0.2.0 |
| created_at | 2022-07-23 17:18:56.821702+00 |
| updated_at | 2023-01-05 19:07:57.34711+00 |
| description | A cli tool that provides search results in a git repo using the author as a search key |
| homepage | |
| repository | https://github.com/CalvoM/search_blame |
| max_upload_size | |
| id | 631597 |
| size | 47,747 |
This is a cli tool that can perform text search and git blame at the same time.
search_blame --help
USAGE:
search_blame [OPTIONS] --files <FILES> --text <TEXT>
OPTIONS:
--blame <BLAME> Name of the person to blame (Optional). If not provided, it uses the
current user name
--files <FILES> Path to the file(s) we search in.
-h, --help Print help information
--root <ROOT> Directory of the git root. This should point to a git repo root
directory.
--text <TEXT> Content to search in the files
-V, --version Print version information