Alfred Workflow to search iconify icons
Overview: https://icon-sets.iconify.design/
Install the Workflow via the bundled .alfredworkflow file (in the output folder, or from the latest release).
Type an icon name from Iconify to find and copy its identifier. Please always respect the related licenses of icons. Overview: https://icon-sets.iconify.design/
You can also define your preferred icon namespace (e.g. "mdi" for material design icons, as seen in the screenshot above)
Hotkey: ⌘ + ⌃ + I
Search trigger: "icon [query]"
- initial functionality to search icons and copy identifier to clipboard
- allow setting a preferred namespace for ordering (and extended/more specific search)
- Maybe "caching" / API limit improvements
- only download icons that aren't downloaded from previous queries (test how big the directory would get)
- clear download folder every x-runs or when it's bigger than size x
- Install the workflow via Alfred
- Set the path to your workflow in the .env file
- Use the available make tasks
make copy-to-alfred: updates the workflow files in alfredmake copy-info-from-alfred: updates the project info.plist from alfred (if you made changes to your config via Alfred GUI)run-workflow: starts the workflow with "sun" as example inputbundle-workflow: bundles the workflow for delivery (always to be done before releases)