arvis-font-awesome
Version:
arvis workflow to search for font-awesome icons
32 lines (31 loc) • 877 B
JSON
{
"$schema": "https://raw.githubusercontent.com/jopemachine/arvis-extension-validator/master/workflow-schema.json",
"category": "Uncategorised",
"creator": "SamVerschueren",
"name": "arvis-font-awesome",
"readme": "",
"version": "0.0.10",
"enabled": true,
"defaultIcon": "icon.png",
"webAddress": "https://github.com/jopemachine/arvis-font-awesome",
"description": "Arvis workflow to search for font-awesome icons",
"commands": [
{
"type": "scriptFilter",
"command": "fa",
"title": "Search for font-awesome icons",
"subtitle": "",
"scriptFilter": "node index.js \"{query}\"",
"runningSubtext": "Searching...",
"withspace": true,
"argType": "required",
"actions": [
{
"modifiers": "normal",
"type": "clipboard",
"text": "{query}"
}
]
}
]
}