Skip to content

Makes it even easier to find your lost commits in the git reflog.

License

Notifications You must be signed in to change notification settings

danielctull-apps/git-reflog-ui

Repository files navigation

git reflog-ui

Makes it even easier to find your lost commits in the git reflog.

ReflogUI

Installation

git-reflog-ui requires libgit2 to be installed using homebrew before building.

brew install libgit2

I recommend using the awesome utility Mint for installation.

mint install danielctull-apps/git-reflog-ui

Usage

git reflog-ui can only be run from the command line. When inside your working directory running the following will pop open the floating window.

git reflog-ui

Thanks

There's code in this little app that takes heavy inspiration from the following. Thank you so much. 🧡