-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can not add favorite currency list #26
Comments
It seems that the new feature |
Yes, when I install this it seems like the code is quite different from master. I don't get the I hover made this change in the source: const topCurrencies = process.env['CURRENCIES'] ?
process.env['CURRENCIES'].split(',') :
["USD", "EUR", "JPY", "GBP", "CHF", "CAD", "AUD"];
const allCurrencies = ["AUD", "BGN", "BRL", "CAD", "CHF", "CNY", "CZK", "DKK", "EUR", "GBP", "HKD", "HRK", "HUF", "IDR", "ILS", "INR", "ISK", "JPY", "KRW", "MXN", "MYR", "NOK", "NZD", "PHP", "PLN", "RON", "RUB", "SEK", "SGD", "THB", "TRY", "USD", "ZAR"];
const currencies = [...new Set([...topCurrencies, ...allCurrencies])]; And I set comma separated currencies in environment variables and that works for me. |
how can I paste it into the workflow? |
did you replaced all three variable for it to work? |
yes! I also set an environmenta variable Screen.Recording.2022-07-26.at.11.12.23.mov |
It's correct to setup base currency.


But it seem to can not recognize this command
curcon LIST
.Is there some wrong operation for me?
Node: v17.9.0
Alfred: 4.6.4 Powerpack
alfred-currency-conversion: 0.2.0
The text was updated successfully, but these errors were encountered: