wolph / alfred-converter

Alfred unit converter is a smart calculator for Alfred with support for unit conversions to make it a bit comparable to the Google Calculator and Wolfram Alpha.
93 stars 15 forks source link

Minus sign support #7

Closed pbreault closed 8 years ago

pbreault commented 8 years ago

Here is an option to make a conversion using a negative value. It is notably useful for temperature conversion where there is not a 1-1 match between positive and negative values.

e.g.

 40 Celsius == 104 Farenheit
-40 Celsius == -40 Farenheit

screen shot 2016-03-05 at 10 27 42 am

wolph commented 8 years ago

Thanks for the patch :)

To work around the issue temporarily the equals sign can also be used: image