Skip to content

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.

demo

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.

If you'd like to improve or fix the code, check out the contribution guidelines.