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

This repository contains the source code for the git-icons CLI. The app can be found over here and you can also sponsor this project

Running locally

```bash

To install rust

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

cargo run -- sync

or with token

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

Banner