Alfred Convert Workflow
Convert between different units in Alfred.
Heavily inspired by deanishe/alfred-convert ?
Installation
- Download the latest version
- Install the workflow by double-clicking the
.alfredworkflow
file - You can add the workflow to a category, then click “Import” to finish importing. You’ll now see the workflow listed
in the left sidebar of your Workflows preferences pane.
Usage
conv <quantity> <from unit> <to unit>
– Perform a conversion- When performing a monetary conversion pressing
⌘Y
or<return>
will open the currency-pair chart
on Xe.com. - When performing a physical unit conversion pressing
⌘Y
or<return>
will open up detailed the conversion
explanation on WolframAlpha.com.
- When performing a monetary conversion pressing
conv money
– View a list of all the supported currencies- When selecting a certain currency and pressing
<return>
that
currency’s ISO 4217 code will get copied to the clipboard.
- When selecting a certain currency and pressing
conv units
– View a list of all the supported physical units- When selecting a certain unit and pressing
<return>
that unit’s symbol will get copied to the clipboard.
- When selecting a certain unit and pressing
Notes
-
All the reference exchange rates are from the ECB.
The reference rates are usually updated around 16:00 CET on every working day, except
on TARGET closing days. -
All non-monetary conversions performed using ferraridamiano/units_converter.
-
The displayed emoji images are from joypixels/emoji-assets.
Comments are closed.