From 71b59152efec577ee3626a7d6ed8c37b6d2e1f9f Mon Sep 17 00:00:00 2001 From: Graham Date: Sat, 25 Feb 2023 15:46:57 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e69de29..2bc3e8e 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,9 @@ +# GitGrab +This is a small tool that will make a list of any line that matches `git clone ` in your`$HOME/.zsh_history` file then it will download it to a folder called `tools` in the directory you ran `gitgrab.sh` in. + +The idea behind this was when moving to a new computer, I didn't want to have to go through and re-download all the tools I had gotten from github over the years. Using `gitgrab` I can just transfer a folder of all my tools to a new machine without having to think about it too much. + +# Usage +`./gitgrab.sh` + +![gitgrab](https://grahamhelton.com/hosted/gitgrab.png) \ No newline at end of file