Crate search_blame

source ·

Structs

Holds results after git blame process is done
The default and simple Progressbar that we use
Holds a file’s results after the search process finds the phrase being searched for.

Traits

Provides interface for the progress UI when searching.

Functions

Performs git blame process on the git repo repo for the user user_to_blame on the files.
Performs the blame process Attaches a custom progress UI component, which the implements ProgressRenderer trait.
Performs the blame process but with visual feedback Uses the a default progress UI component.
Searches the text in the path provided and returns a list of SearchResult objects.
Performs the search process Attaches a custom progress UI component, which the implements ProgressRenderer trait.
Performs the search process but with visual feedback Uses the a default progress UI component.