{
  "$schema": "https://raw.githubusercontent.com/jopemachine/arvis-extension-validator/master/workflow-schema.json",
  "category": "Productivity",
  "creator": "Sindre Sorhus",
  "name": "arvis-emoji",
  "readme": "",
  "enabled": true,
  "defaultIcon": "icon.png",
  "version": "0.0.5",
  "webAddress": "https://github.com/jopemachine/arvis-emoji",
  "description": "Arvis workflow to find relevant emoji from text",
  "variables": {
    "apiKey": "PUT_YOUR_API_KEY_HERE"
  },
  "commands": [
    {
      "type": "scriptFilter",
      "command": "emoj",
      "title": "Find relevant emoji",
      "subtitle": "",
      "scriptFilter": "node index.js \"{query}\" {var:apiKey}",
      "runningSubtext": "Searching...",
      "withspace": true,
      "argType": "required",
      "actions": [
        {
          "modifiers": "normal",
          "type": "clipboard",
          "text": "{query}"
        }
      ]
    }
  ]
}
