6 releases
0.2.2 | Jul 10, 2021 |
---|---|
0.2.1 | Jul 6, 2020 |
0.1.2 | Jun 22, 2020 |
#6 in #finds
11KB
255 lines
harvest
CLI application that does your git stashes finds
Install
- cargo
cargo install harvest
- Homebrew
brew tap QWYNG/harvest
brew install harvest
How to use
USAGE:
harvest <pattern>
ARGS:
<pattern> pattern to search
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
It looks up the diffs of all the git stashes and the current branch with pattern and outputs the stash as a stdout in the following format
harvest fn
stash@{0}: WIP on master: beb5221 rm tests module
src/bm.rs | 2 ++
1 file changed, 2 insertions(+)
stash@{1}: WIP on master: beb5221 rm tests module
src/lib.rs | 1 +
1 file changed, 1 insertion(+)
Dependencies
~3MB
~49K SLoC