vitor Posted May 27 Share Posted May 27 Usage Convert currencies via the cur keyword. Type a number to see all available currencies with their full name and code. Type a currency code or name to filter. Pressing ↩ on a partial match triggers the autocomplete. See all conversion targets when matching a unit exactly. Type further to filter for target units. Connector words (“to”, “as”, “in”) are optional to help with readability. ↩ Copy result to clipboard.⌘↩ Paste result to frontmost app.Configure the Hotkey or use the Universal Action as shortcuts to convert results from Alfred’s Calculator, Clipboard History, or selected text. Rates provided by Exchange Rate API. ⤓ Install on the Alfred Gallery | Source poirpom 1 Link to comment
vitor Posted May 27 Author Share Posted May 27 When reporting issues, please include your exact installed versions of:The Workflow.Alfred.macOS.In addition to:The debugger output. Perform the failing action, click “Copy” on the top right and paste it here.Details on what you did, what happened, and what you expected to happen. A short video of the steps with the debugger open may help to find the problem faster.Thank you. Accurate and thorough information is crucial for a proper diagnosis which allows me to help you better. Link to comment
Orxion Posted August 14 Share Posted August 14 hi, can you manage the list of favourite currencies? for example when I write "cur 42" i want to see the USD, EUR, JPY in that order, or I might need to add some currency to that list? for example CZK, how do I do that, pls? thx Link to comment
vitor Posted October 12 Author Share Posted October 12 Currencies bubble to the top as you pick them. You can’t add your own currency, because the workflow supports everything that the API it’s using supports. This API was a conscious choice because it does not require users to register of mess with API keys. Link to comment
vitor Posted October 12 Author Share Posted October 12 Updated to 2024.3. Fix rendering of South Korean flag. Link to comment
Jason Morgan Posted October 19 Share Posted October 19 Can this workflow be configured so that if I type a number and then a standard currency code (3-letter) followed by another code, it will activate? I realize the calculator will first activate for any number entered first but if I were to follow it with two currency codes, could Alfred be made to recognize this? For example: 123.45 USD EUR ...would mean: How much is 123.45 US Dollars in Euros? Link to comment
vitor Posted October 19 Author Share Posted October 19 It could work like that, but it deliberately doesn’t because otherwise it’d need to run every time you type a number and it aims to be as efficient as possible. Other workflows may do that, it’s not impossible, but a design decision. See e.g. Calculate Anything. Link to comment
tt42 Posted Sunday at 10:48 AM Share Posted Sunday at 10:48 AM On 8/14/2024 at 8:23 PM, Orxion said: hi, can you manage the list of favourite currencies? for example when I write "cur 42" i want to see the USD, EUR, JPY in that order, or I might need to add some currency to that list? for example CZK, how do I do that, pls? thx On 10/13/2024 at 12:21 AM, vitor said: Currencies bubble to the top as you pick them. You can’t add your own currency, because the workflow supports everything that the API it’s using supports. This API was a conscious choice because it does not require users to register of mess with API keys. Hi Vitor, I ran into the 1st challenge as Orxion mentioned before, i.e. changing the order of the popular currencies to the top list, and your respond hasn't addressed that. Can you confirm if that's feasible please? I've raised an issue at github, and details can be found @ https://github.com/alfredapp/currency-converter-workflow/issues/3 Thanks. Link to comment
vitor Posted Sunday at 11:24 AM Author Share Posted Sunday at 11:24 AM 39 minutes ago, tt42 said: and your respond hasn't addressed that. It did address it, it’s in the bit you quoted: On 10/12/2024 at 2:21 PM, vitor said: Currencies bubble to the top as you pick them. As you use the workflows, the currencies most picked go to the top. There is no manual ordering. Understanding Result Ordering 39 minutes ago, tt42 said: I've raised an issue at github Please don’t repeat the same query across platforms. That makes more work for everyone, splits the discussion, and doesn’t get the issue looked at any sooner. Everyone loses. Link to comment
tt42 Posted Sunday at 09:46 PM Share Posted Sunday at 09:46 PM Hi Vitor, Noted on the posting. It seems the manual update to ratesObj is working now, as per the order I defined. It just magically happened overnight. Thanks for your prompt response! vitor 1 Link to comment
vitor Posted Sunday at 10:18 PM Author Share Posted Sunday at 10:18 PM 30 minutes ago, tt42 said: It just magically happened overnight. Should’ve happened when the new exchange data was updated. It’s cached for 12 hours. Link to comment
tt42 Posted Sunday at 10:51 PM Share Posted Sunday at 10:51 PM 29 minutes ago, vitor said: Should’ve happened when the new exchange data was updated. It’s cached for 12 hours. That's good to know that the caching period of the exchange data is 12 hours. Does this imply that the ordering is dependent on the cached exchange data? I have tried removing and re-installing the workflow a number of times during my testing, but the order did not change. If so, where is the cached data stored? and how can I manually reset it? Link to comment
vitor Posted Monday at 01:09 AM Author Share Posted Monday at 01:09 AM 2 hours ago, tt42 said: Does this imply that the ordering is dependent on the cached exchange data? Only at the start, then after repeated use it bubbles the selections. 2 hours ago, tt42 said: where is the cached data stored? ~/Library/Caches/com.runningwithcrayons.Alfred/Workflow Data/com.alfredapp.vitor.currencyconverter 2 hours ago, tt42 said: how can I manually reset it? Delete the file inside the above folder. tt42 1 Link to comment
tt42 Posted Monday at 02:02 AM Share Posted Monday at 02:02 AM 53 minutes ago, vitor said: Only at the start, then after repeated use it bubbles the selections. ~/Library/Caches/com.runningwithcrayons.Alfred/Workflow Data/com.alfredapp.vitor.currencyconverter Delete the file inside the above folder. Thank you, Vitor. This is very helpful! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now