Makes it even easier to find your lost commits in the git reflog
.
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
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
There's code in this little app that takes heavy inspiration from the following. Thank you so much. 🧡
- Chris Eidhof for his boilerplate.swift gist which shows all the configuration needed to get a macOS app running from the command line.
- Matt Gallagher for his blog post Minimalist Cocoa programming which was useful background information to Chris' boilerplate gist.