-
-
Notifications
You must be signed in to change notification settings - Fork 5
User Guide
Tomy Hsieh edited this page Feb 27, 2020
·
13 revisions
There are currently 4 ways to trigger Coon's main conversion interface:
| Method | Showing other helping method | Demo |
|---|---|---|
In Alfred, type the keyword cur along with query |
✅ | |
In Alfred, type the keyword coon then press ⏎
|
❌ | |
| In Alfred, type the query then choose the fallback search (Setup required) | ❌ | |
Press the Hotkey (Default is ⌥-C, but you can change it) |
❌ |
Query is compose of two arguments
-
[value]: must be a decimal number, commas (,) will be ignored -
[currency]: can be either code (USD, JPY,...) or alias ($, ¥,...), for alias mapping, see Currencies
Query is position-insensitive, besides the cur keyword, arguments in the following methods can be typed in any order. Namely, the following query all yields the same results:
cur 5 GBP CADcur 5 CAD GBPcur GBP 5 CADcur CAD 5 GBPcur GBP CAD 5cur CAD GBP 5
The following examples demonstrate using the default config and settings
| Query | Results | Demo |
|---|---|---|
cur (ORIENTATION) |
ORIENTATION = DEFAULT:1 = ? 1 = ? ORIENTATION = FROM_FAV1 = ? ORIENTATION = TO_FAV1 = ? |
|
cur [value] |
||
cur [currency] |
1 [currency] = ? [base]1 [base] = ? [currency]
|
|
cur [value] [currency] |
[value] [currency] = ? [base][value] [base] = ? [currency]
|
|
cur [currency_1] [currency_2] |
1 [currency_1] = ? [currency_2]1 [currency_2] = ? [currency_1]
|
|
cur [value] [currency_1] [currency_2] |
[value] [currency_1] = ? [currency_2][value] [currency_2] = ? [currency_1]
|
If you like my work, consider buy me a coffee by pressing the ❤️ Sponsor button on the top