DEV Community

Cover image for GitIcons - add folder icons to your repos
Sam Denty
Sam Denty

Posted on • Updated on

GitIcons - add folder icons to your repos

git-icons is built in Rust, and uses the Rust Crate repo_icons to fetch the icons for a given repository.

Once the icons are fetched, it writes them to the Icon? file inside all your repo directories.

It also has SQLite persistence with Diesel.rs. This allows you to use a custom icon for a repository, or switch between the different icons returned by repo_icons

Download the app for Mac now or give it a star

Top comments (1)

Collapse
 
stormytalent profile image
StormyTalent

Really interesting.
Thanks for sharing!