Github-Folder-Icons
Github-Folder-Icons copied to clipboard
Apply to all git repo folders
Is anyone aware of a way to dynamically apply these icons to any folder that contains a .git
directory? So when ever you create a git repo it automatically gets these icons.
You could use a script to parse through your repo folders, check for remote origins from github then apply a random Icon if there isn't yet a custom icon on that folder. If you'd like to contribute that script, I am happy to include it here. I like the idea!