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: 2 months ago
JSON representation
Alfred 3 workflow to find Material Design Icons
- Host: GitHub
- URL: https://github.com/importre/alfred-mdi
- Owner: importre
- License: mit
- Created: 2016-08-03T07:35:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-05T14:12:45.000Z (over 5 years ago)
- Last Synced: 2024-09-25T09:26:25.792Z (4 months ago)
- Topics: alfred, alfred-workflow, icon, material, material-design
- Language: JavaScript
- Size: 69.3 KB
- Stars: 41
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- alfred-workflows - Material Design Icons - Find [Material Design Icons](https://github.com/google/material-design-icons). (Design)
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