Skip to content

Alfred workflow for browsing Material Design icons

Notifications You must be signed in to change notification settings

thirteen37/alfred-mdi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Material Design Icons Alfred workflow

Alfred workflow to search for Material Design Icons.

Installation

Download the mdi.alfredworkflow file from Releases and open it in Alfred.

Updating

This script parses the filenames of icons included in the Material Design Icons Github repo. Specifically, it looks for icons that match the pattern ic_*_48dp.png.

To update to the latest iconset, just replace the material-design-icons directory with a new copy:

git fetch mdi master
git subtree pull --prefix material-design-icons mdi master --squash

Assuming mdi is set to the Material Design repo.