Skip to content

๐Ÿ” Font Awesome plugin for Wox to get icon class fast

License

Notifications You must be signed in to change notification settings

DamChtlv/Font-Awesome-Wox-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Wox.Plugin.FontAwesome

Getting Font Awesome icons class made easy.
Finding icons is very fast because it searches in local JSON files (instead of an online API).

Screen 1

Features

You can search through all icons styles and click to copy icon class : fa close
(if you click on times, you will have fa-times in your clipboard)

Installation

To install the plugin :

  • Download the latest release of the plugin : https://github.com/DamChtlv/Font-Awesome-Wox-Plugin/releases/latest/download/Font.Awesome.zip
  • Go to your folder C:/Users/%USER%/AppData/Roaming/Wox/Plugins then simply unzip the archive and you should have a folder named Font Awesome
    Should be something like: C:/Users/%USER%/AppData/Roaming/Wox/Plugins/Font Awesome/
  • Restart Wox and type Settings
  • Verify that you have correctly set the Python Path in General tab (Python 3.5+ required)
    Should be something like: C:/Users/%user%/AppData/Local/Programs/Python/Python37/
  • Go to the Plugin tab and look for Font Awesome plugin
    If it doesn't show, either you put the plugin folder in the wrong directory or Wox can't find your python
  • You will need to install python module pyperclip (for copying to clipboard)
    Type in your terminal: pip3 install pyperclip
  • Type fa in Wox & wait few secs (you will see the loading occuring while it's checking json file)
  • Enjoy โœŒ

Version

It's all based on Font Awesome Pro 5.14 version (2299 icons) at the moment

Credits

This is inspired by / fork of Font Awesome Workflow for Alfred (by @ruedap) for Wox (Windows) written in Python