Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 681 Bytes

File metadata and controls

24 lines (20 loc) · 681 Bytes

customfetch-plugin-github

image POC inspired by https://github.com/isa-programmer/githubfetch

Installation

automated using cufetchpm

$ cufetchpm install https://github.com/Toni500github/customfetch-plugin-github/

Configurations examples

Put the following config examples into your prefered customfetch config.toml
For less crashes, export your GITHUB_TOKEN.

[plugin.github-user-fetch]
# Username used to query user its infos
username = "foo"

[plugin.github-repo-fetch]
# Repository used to query its infos
# Can be a number or "foo/repo"
repo = "foo/repo"