alfred-to-arvis

Help to convert the info.plist file format of Alfred-workflow's to the arvis-workflow.json

Usage no npm install needed!

<script type="module">
  import alfredToArvis from 'https://cdn.skypack.dev/alfred-to-arvis';
</script>

README

alfred-to-arvis

CodeFactor NPM download total NPM version MIT license PR's Welcome GitHub issues

Help you convert Alfred workflow's info.plist to arvis-workflow.json of Arvis

Precaution

  • Alfred's info.plist is not an open format, so it can be changed at any time.

  • This means some parts of this package may not work as per Alfred's update.

  • Not all type's items are supported for conversion. Check here to find out which items can be converted.

  • Unsupported types are displayed in console, json both if there are

Getting started

Install

$ npm i -g alfred-to-arvis

Usage

$ alfred-to-arvis [alfred workflow's "info.plist" file]

Build and development

$ npm i && npm run build

Related

  • arvish - Arvis workflow, plugin creator tools