项目作者: IJaykkk

项目描述 :
Currency converter with live exchange rate 多國貨幣轉換的 workflow,使用者可自訂常用貨幣
高级语言: Python
项目地址: git://github.com/IJaykkk/alfred-currency-converter-workflow.git


Currency exchange workflow for Alfred 3

This workflow allows you to easily convert a currency with live currency rate. They keyword is cur, which is the abbreviation for “Currency”. An example of use: cur usd 100

Installation

Go to here, download and extract the workflow. Move the workflow into the Alfred 3.

Commands

  1. To Convert a Currency
    1. cur [currency] [amount]

To convert the currency into other currencies, which are your commonly used ones.

-inline

  1. To Add a Currency
    1. cur add [currency]

To add a currency as your commonly used one, which will show up in the search results whenever you try to convert other currency. The max number of commonly used currencies is 6. If you keep adding currencies, the oldest currency you added will be popped out from the list.

If you forget how to spell the abbreviation of a currency, don’t worry. Just enter whatever you can recall, the workflow will help you find the similar currencies by promting suggestions.

-inline

  1. To Delete a Currency
    1. cur del

To delete a currency from your list of commonly used currencies.

-inline