spenserblack / gh-collab-montage

Combine avatars of all collaborators into one image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gh collab-montage

CI codecov

Combine avatars of all contributors into one image. Just call gh collab-montage and this extension will query all contributors, fetch their avatars, and combine them all into one PNG. This extension also provides a public library to provide utilities for making your own montage.

Installation

gh extension install spenserblack/gh-collab-montage

Features

  • Specify if you want the avatars to be circles or squares
  • Specify the margin between avatars

Possible Features

These features will be implemented if they are requested. Raise an issue if you're interested!

  • Generating montages from other sources (collaborators, organization members, a manually-defined file, etc.)
  • ???

Example

The following example was generated with gh collab-montage -R o2sh/onefetch --size 100 --margin 5.

montage

Credits

This extension was inspired by avatar-montage.

About

Combine avatars of all collaborators into one image

License:MIT License


Languages

Language:Go 100.0%