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

Blacklist variable input mismatch #50

Closed iaian7 closed 1 year ago

iaian7 commented 1 year ago

The current unit blacklist doesn't work due to a mismatch in default variable naming.

Easiest fix for users is just to rename the variable in Alfred to match the expected input (add ED to the end).

Side note, this is by far my favourite unit conversion workflow! All the others seem to require a specific output definition (slow) or conversion keyword (even slower). So happy to see it's updated and working in Alfred 5.

iaian7 commented 1 year ago

Depending on the desired verbiage, "Units Blacklist" could be desirable from a user stand point. I've created a pull request to support this. https://github.com/wolph/alfred-converter/pull/51

wolph commented 1 year ago

Yeah... that's quite silly indeed. Thank you for the help!

wolph commented 1 year ago

I've created a new vesion and I've converted all environment variables to Alfred Configuration options now :)

image
iaian7 commented 1 year ago

Even better, awesome!