From 6db22df604d11d7b9b6e7bda6e09929118865503 Mon Sep 17 00:00:00 2001 From: Kevin Lanni Date: Thu, 14 Jun 2018 14:47:47 -0700 Subject: [PATCH 1/2] Add gsex, gdex --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ada3223..5b7472d 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,8 @@ Pull requests on interesting tools/projects/resources are welcome. * [ghq](https://github.com/motemen/ghq) — Organization for remote repositories * [bash-git-prompt](https://github.com/magicmonty/bash-git-prompt) - An informative and fancy bash prompt for Git users * [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) - a set of tools for parsing [conventional commit](https://conventionalcommits.org/) messages from git histories +* [gsex](https://github.com/therealklanni/gsex) - g(it) s(tash) ex(plorer) - interactive git stash +* [gdex](https://github.com/therealklanni/gdex) - g(it) d(iff) ex(plorer) - interactive diff (branch compare) ## Extensions *Git is designed for source control management. but people extend the idea and push version control to everywhere* From cdedb66f13f3b2c724bf7f8fee47731aba7e4db7 Mon Sep 17 00:00:00 2001 From: Kevin Lanni Date: Thu, 14 Jun 2018 19:02:43 -0700 Subject: [PATCH 2/2] Add glex --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b7472d..862dbc1 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) - a set of tools for parsing [conventional commit](https://conventionalcommits.org/) messages from git histories * [gsex](https://github.com/therealklanni/gsex) - g(it) s(tash) ex(plorer) - interactive git stash * [gdex](https://github.com/therealklanni/gdex) - g(it) d(iff) ex(plorer) - interactive diff (branch compare) +* [glex](https://github.com/therealklanni/glex) - g(it) l(og) ex(plorer) - interactive git log ## Extensions *Git is designed for source control management. but people extend the idea and push version control to everywhere*