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

To install, run the following script:

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

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>

Notes

Fetching everytime might take your terminal to open super late, which sucks. So, Tokayaki uses caching to cache the response so that you get a blazingly fast response on opening your terminal. This cache is updated every hour using the service or if you wanna force update it, run takoyaki clean

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 ^-^