| Crates.io | git-icons |
| lib.rs | git-icons |
| version | 1.1.0 |
| created_at | 2022-04-21 21:47:04.242899+00 |
| updated_at | 2022-11-13 12:51:58.291472+00 |
| description | Mac CLI that adds folder icons to your local repos |
| homepage | |
| repository | |
| max_upload_size | |
| id | 571900 |
| size | 7,803,256 |
Automatically adds project logos to your locally cloned GitHub repos. Youtube Video
This repository contains the source code for the github-icons CLI. You can also sponsor this project
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/github-icons
cd github-icons
cargo run -- sync
# or with github token (for private repos)
cargo run -- sync --token INSERT_TOKEN