Nogami08 / alfred-font-awesome-workflow

:tophat: Font Awesome Workflow for Alfred 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Font Awesome Workflow for Alfred 3

Build Status Coverage Status Latest Version License

You can incrementally search for Font Awesome icons and paste it to front most app.

πŸ“ for coding HTML/CSS

screencast.gif

🎨 for designing in Photoshop, Illustrator, Sketch, Keynote, etc

screencast-illustrator.gif

πŸ’Ž See also: Font Awesome Workflow with Sketch 3 β€” QuickCast.

Installation

Download Font-Awesome.alfredworkflow and import to Alfred 2 or 3 (requires Powerpack).

The current supported version is Font Awesome 5.5.0 Free. Previous versions are available here.

Usage

Keyword fa: Search through Font Awesome icons.

  • Enter: Paste class name (for coding HTML/CSS. e.g. fa-arrow-circle-o-right)
  • Ctrl + Enter: Paste character name and ligatures shoud convert the letter into the correct symbol. (for designing in Photoshop, Illustrator, etc)
  • Shift + Enter: Paste character code (e.g. f18e)
  • Command + Enter: Open in browser (e.g. http://fontawesome.io/icon/arrow-circle-o-right)

Workflow

Options

Disable pasting: Turn off "Automatically paste to front most app" in Workflow's Preferences.

Disable pasting

Changelog

See details changes for each version in the release notes.

Links

Development

$ make deps
$ make build
$ make cli
$ make test
$ make link

License

Released under the MIT license.

Author

ruedap

About

:tophat: Font Awesome Workflow for Alfred 3

License:MIT License


Languages

Language:Go 87.6%Language:Makefile 8.1%Language:Ruby 4.3%