Download the app
Automatically adds project logos to your locally cloned GitHub repos. Youtube Video
This repository contains the source code for the git-icons CLI. You can also sponsor this project
Running the CLI
You can run the CLI using the below commands.
# To install rust
curl https://sh.rustup.rs -sSf | sh
# Clone the repository
git clone https://github.com/samdenty/git-icons
cd git-icons
cargo run -- sync
# or with github token (for private repos)
cargo run -- sync --token INSERT_TOKEN