#icons #repos #github #sync #api #local #github-icons

nightly bin+lib git-icons

Mac CLI that adds folder icons to your local repos

6 stable releases

1.1.0 Nov 13, 2022
1.0.6 May 21, 2022
1.0.2 Apr 29, 2022

#10 in #repos

GPL-3.0 license

9MB
2.5K SLoC

Download the app

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

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/github-icons
cd github-icons

cargo run -- sync
# or with github token (for private repos)
cargo run -- sync --token INSERT_TOKEN

Banner

Dependencies

~67MB
~1M SLoC