Takoyaki

Blazingly fast git contribution graph in your terminal

Features

:heavycheckmark: Customizable
:heavycheckmark: Plugins to support a bunch of cloud based git repositories (like GitHub and GitLab)
:heavycheckmark: Blazingly fast

Installation

  1. To install, run the following script:

bash curl https://takoyaki.vercel.app/install | sh

  1. If you are on a Arch based distro, you can install takoyaki using yay

bash yay -S takoyaki

Usage

  1. To install a plugin, run:

takoyaki plug <repo>

  1. To delete a plugin, run:

takoyaki unplug <name>

  1. To use a specific plugin, run:

takoyaki use <name>

  1. To set a timeout for cache update, run:

takoyaki timeout <time_in_seconds>

Plugin development guides

Currently, there is no docs for understanding how to build plugin, but soon there will be a comprehensive guide! If you are brave enough, you can reference using the github plugin or read the generated docs

Contribution

I would love to have contributions to improve this tool even more ^-^