<h1 align="center">
<img src="./logo.png" width="150">
</h1>
## [Download the app](https://github.com/samdenty/git-icons/releases/latest)
Automatically adds project logos to your locally cloned GitHub repos. [Youtube Video](https://www.youtube.com/watch?v=jrO3qSEpAFU)
This repository contains the source code for the git-icons CLI. You can also [sponsor this project](https://github.com/sponsors/samdenty)
## Running the CLI
You can run the CLI using the below commands.
```bash
# To install rust
# 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
```
[](https://samddenty.gumroad.com/l/git-icons)