Alfred Temp Converter
Convert temps in your Alfred search bar.
Usage:
temp 100f
converts to Celsius, Kelvin, and Rankine.temp 100c
converts to Fahrenheit, Kelvin, and Rankine.temp 100k
converts to Fahrenheit, Celsius, and Rankine.temp 100r
converts to Fahrenheit, Celsius, and Kelvin.
You can change the keyword in the workflow settings. By default, it's temp
.
Select a converted temp to copy it.
If it doesn't work, you may need to install a few Python packages:
sudo pip install json
sudo pip install re
If you have any issues tweet at me @jwhamilton_