UNPKG

arvis-fkill

Version:

Arvis workflow to fabulously search and kill processes

32 lines (31 loc) 871 B
{ "$schema": "https://raw.githubusercontent.com/jopemachine/arvis-extension-validator/master/workflow-schema.json", "category": "", "creator": "Sam Verschueren", "version": "0.0.4", "name": "arvis-fkill", "readme": "", "webAddress": "https://github.com/jopemachine/arvis-fkill", "description": "Arvis workflow to fabulously search and kill processes", "enabled": true, "defaultIcon": "icon.png", "commands": [ { "type": "scriptFilter", "command": "kill", "title": "Search and kill processes", "subtitle": "", "scriptFilter": "node index.js \"{query}\"", "runningSubtext": "Searching...", "withspace": true, "argType": "required", "actions": [ { "modifiers": "normal", "type": "script", "script": "node kill.js \"{query}\"" } ] } ] }