repositorypackage
0.0.0-20240606111559-ae46966f7683
Repository: https://github.com/this-is-tobi/gitmojidex.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Gitmojidex :mag:
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
# Clone this repository
git clone https://github.com/this-is-tobi/gitmojidex && cd gitmojidex
# Start the CLI
go run .