Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 797 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 797 Bytes

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.