Crates.io | harvest |
lib.rs | harvest |
version | 0.2.2 |
source | src |
created_at | 2020-06-21 11:45:56.893309 |
updated_at | 2021-07-10 04:05:31.621953 |
description | CLI application that does your git stashes finds |
homepage | |
repository | https://github.com/QWYNG/harvest |
max_upload_size | |
id | 256292 |
size | 24,123 |
CLI application that does your git stashes finds
cargo install harvest
brew tap QWYNG/harvest
brew install harvest
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(+)