GuilloteauQ / gitomezashi

Hitomezashi Stitch Patterns for git commit hashes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitomezashi

Hitomezashi Stitch Patterns for git commit hashes

Source

The Numberphile Video

How it works

  1. we take the commit hash of the head

  2. we split it in two (the vertical and horizontal parts)

  3. we look bit by bit each part and draw the lines accordingly

Usage

# for the current repo
gitomezashi

# or
gitomezashi [PATH]

Example

For the commit c5a274f873ea206a73554a60ed706fc6ab22ac12, we got the following:

Stitch

For Nix Users

nix shell github:GuilloteauQ/gitomezashi

About

Hitomezashi Stitch Patterns for git commit hashes


Languages

Language:Python 85.6%Language:Nix 14.4%