git-icons

Crates.iogit-icons
lib.rsgit-icons
version1.1.0
sourcesrc
created_at2022-04-21 21:47:04.242899
updated_at2022-11-13 12:51:58.291472
descriptionMac CLI that adds folder icons to your local repos
homepage
repository
max_upload_size
id571900
size7,803,256
Sam Denty (samdenty)

documentation

README

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

Commit count: 0

cargo fmt