Gitmojidex 🔍
Interactive CLI tool built with Bubbletea to visualize gitmojis informations. It will parse git files for a given path to retrieve commit history and display them into the terminal.
Note: By default, it will try to parse the working directory.
Development
Prerequisites
Install :
Run
sh
# Clone this repository
git clone https://github.com/this-is-tobi/gitmojidex && cd gitmojidex
# Start the CLI
go run .
Sources
Take a look at the project sources.