jin5354 / alfred3-workflow-CurrencyConvert

This alfred3 workflow can convert currency conveniently.
292 stars 32 forks source link

Allow whitespace between amount and currency #6

Closed jkaving closed 6 years ago

jkaving commented 6 years ago

The query needs to be quoted when calling the ruby script from Alfred, and in the script we only need to match whitespace in the regex and strip the whitespace before converting the currency to upper-case.

Fixes #3

andybergon commented 6 years ago

🙇

jin5354 commented 6 years ago

Sorry for the delay. See v1.1. Thanks!