git-icons 1.0.1

Mac CLI that adds folder icons to your local repos
Documentation

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

# To install rust
curl https://sh.rustup.rs -sSf | sh

cargo run -- sync
# or with token
cargo run -- sync --token INSERT_TOKEN

Banner