Alfred workflow to search for Material Design Icons.
Download the mdi.alfredworkflow
file from
Releases and open it in
Alfred.
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.