Jump to content

Search the Community

Showing results for tags 'exchange rate'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Blogs

There are no results to display.

Categories

There are no results to display.

Calendars

There are no results to display.

Forums

  • Alfred 3
  • Make the Most of Alfred
    • Discussion & Help
    • Bug Reports
    • Alfred Feature Suggestions
    • Themes
  • Alfred Workflows
    • Share your Workflows
    • Workflow Help & Questions
    • Workflow Advanced Tips & Tricks
    • Workflow Automation Tasks
  • Alfred Themes
  • Alfred Remote for iOS
    • Alfred Remote Discussion & Help
    • Remote Connection Troubleshooting

Categories

  • Articles
    • Forum Integration
    • Frontpage
  • Pages
  • Miscellaneous
    • Databases
    • Templates
    • Media

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Twitter


Location


Interests

Found 1 result

  1. Hello everyone! I just made a exchange rate workflow, check out on github and in packal! Github -> https://github.com/kennedyoliveira/alfred-rates Packal -> http://www.packal.org/workflow/rates Its simple, but very useful. I hope it can helps someone as help me. Any feedback is appreciated! Convert between many currencies using the YQL (Yahoo! Query Language) to get the exchange rates in realtime for free. Screenshots Convert from USD to EUR Convert from default configured currency (BRL in my case) to USD Autocomplete example Usage: rate <VAL> <CUR SRC> <CUR DST> -> Convert the value from the currency to the currency . Example: rate 100 BRL USD rate <VAL> <CUR DST> -> Convert the value to the default currency setted with ratesetcurrency comand. rate <CUR SRC> <VAL> -> Convert the value from the currency to the default currency setted with ratesetcurrency command. rate <CUR DST> -> Convert the default currency to the <CUR DST>, just to show the rates. ratesetcurrency <CUR DST> -> Set the default currency, for use with the comands rate <VAL> <CUR DST> and rate <CUR SRC> <VAL> rateclear -> Clears all the cached data, used when there is a new version for removing olds caches. New Version 2.4.0! Added support for multiple queries with one command. Added support for checking a conversion for many currencies, see below: Now the currencies list and info is online, so when there are new currencies update there's no need to update the workflow to get just the currency list, it'll be downloaded. New Update : Added support for basic mathDivision Multiplication Sum Substraction Support for 4 digits after the decimal Configurable division digit "," or "."
×
×
  • Create New...