Download the app

Automatically adds project logos to your locally cloned GitHub repos. Youtube Video

This repository contains the source code for the github-icons CLI. You can also sponsor this project

Running the CLI

You can run the CLI using the below commands.

```bash

To install rust

curl https://sh.rustup.rs -sSf | sh

Clone the repository

git clone https://github.com/samdenty/github-icons cd github-icons

cargo run -- sync

or with github token (for private repos)

cargo run -- sync --token INSERT_TOKEN ```

Banner