diff --git a/README.md b/README.md index 8540eff..1e413a5 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,6 @@ `forgit` is a utility tool for git taking advantage of fuzzy finder [`fzf`](https://github.com/junegunn/fzf). -## Screenshot - -![screenshot](screenshot.png) - ## Install ### zplug([Recommand](https://github.com/zplug/zplug)) @@ -24,6 +20,8 @@ Clone this repo somewhere and source the `forgit.plugin.zsh` at ~/.zshrc. Interactive `git add` +![screenshot](screenshot-ga.png) + Mark/Unmark(and move down) Reverse selection Confirml and quit @@ -37,6 +35,8 @@ Interactive `git add` Interactive `git log` +![screenshot](screenshot-glo.png) + Fullscreen preview Selection down/up @@ -59,6 +59,8 @@ Interactive `git diff` Interactive `.gitignore` generator +![screenshot](screenshot-gi.png) + ### Tips Install [`diff-so-fancy`](https://github.com/so-fancy/diff-so-fancy) for better quality of diff result. diff --git a/screenshot-ga.png b/screenshot-ga.png new file mode 100644 index 0000000..5a72e06 Binary files /dev/null and b/screenshot-ga.png differ diff --git a/screenshot-gi.png b/screenshot-gi.png new file mode 100644 index 0000000..8e3e81d Binary files /dev/null and b/screenshot-gi.png differ diff --git a/screenshot-glo.png b/screenshot-glo.png new file mode 100644 index 0000000..736ce2f Binary files /dev/null and b/screenshot-glo.png differ diff --git a/screenshot.png b/screenshot.png deleted file mode 100644 index 2f28858..0000000 Binary files a/screenshot.png and /dev/null differ