git-icons 1.0.1

Mac CLI that adds folder icons to your local repos
Documentation
<h1 align="center">
  <img src="./logo.png" width="150">
</h1>

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. [The app can be found over here](https://samddenty.gumroad.com/l/git-icons) and you can also [sponsor this project](https://github.com/sponsors/samdenty)

## Running locally

<!-- brew install mysql-client
cargo install diesel_cli --no-default-features --features mysql -->

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

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

[![Banner](./banner.gif)](https://samddenty.gumroad.com/l/git-icons)