Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/importre/alfred-mdi

Alfred 3 workflow to find Material Design Icons
https://github.com/importre/alfred-mdi

alfred alfred-workflow icon material material-design

Last synced: 3 months ago
JSON representation

Alfred 3 workflow to find Material Design Icons

Lists

README

        

#



alfred-mdi

[![dependencies Status](https://david-dm.org/importre/alfred-mdi/status.svg)](https://david-dm.org/importre/alfred-mdi)

> [Alfred 3](https://www.alfredapp.com) workflow to find [Material Design Icons][mdi]

## Prerequisites

You need [Node.js 4+](https://nodejs.org) and [Alfred 3](https://www.alfredapp.com) with the paid [Powerpack](https://www.alfredapp.com/powerpack/) upgrade.

## Usage

### mdi

- Type `mdi`, Space, type what you want (e.g. type `nav`)
- Enter, then you can see the [homepage][mdi] with the icon
- If Cmd + Enter, then the icon name is saved to clipboard

![white]

### mdicolor

> Default color: `white`

- Type `mdicolor`, Space, `white` or `black`
- Enter

| White | Black |
|:--------:|:--------:|
| ![w] | ![b] |

| Result | Result |
|:--------:|:--------:|
| ![white] | ![black] |

## Install

```
$ npm i -g alfred-mdi
```

## Reference

- [importre/alfred-workflows: 🔧my alfred workflows](https://goo.gl/GOFxDC)

## License

MIT © Jaewe Heo

[mdi]: https://github.com/google/material-design-icons
[b]: https://cloud.githubusercontent.com/assets/1744446/17339222/f103f3c4-5925-11e6-8daf-68cf1788c149.png
[w]: https://cloud.githubusercontent.com/assets/1744446/17339223/f10a6966-5925-11e6-8c7e-3a63ee5bd290.png
[black]: https://cloud.githubusercontent.com/assets/1744446/17339850/b967b43e-5928-11e6-9d57-8620987a55b9.png
[white]: https://cloud.githubusercontent.com/assets/1744446/17339848/b9666f5c-5928-11e6-9c86-aea60ad16050.png