Jump to content

Unit converter (no longer maintained)


Recommended Posts

jc-units_screenshot.png

Note: This workflow is no longer maintained.

 

This is a really simple workflow that performs unit conversions. Conversion commands look like:

 

    u {value} {in units} > {out units}

 

You can include a space after the u keyword, but it's not required. Units can generally be abbreviated or not, as long as the input is unambiguous. Here are some valid commands:

  • u 5km > miles
  • u 5km > mi
  • u5km>mi

You can also do unit math (again, spaces are generally optional):

  • u 1cm * 1in
  • u 1in^2 / 2mm^2
  • u1cm+2.5in-3mm>ft

Just remember that units matter. You won't get any output if you try to do something like 1cm * 1in > in, because multiplying two lengths gives an area (like in^2).

 

The calculator is called as you type, so it'll give you an answer whenever you type a query it can process. Actioning the result will copy the value (just the number) to the clipboard. That's it!

 

Well, there are also a couple options you can configure. You can open the configuration file with the command u>. The options are:

  • "separator" - what separator to use between the input value and output units
  • "precision" - how many decimal digits to include in the output (set to null for unlimited)

 

More info and source is available here.

 

 

Download

 

 

Update 2014/05/22:

 

You can now use a space between a number and its units (e.g., "5 km" in addition to "5km").

 

Update 2014/02/06:

 

Unit math is back!

 

Update 2013/12/07:

 

Add output precision option (see above)

 

Update 2013/12/01 (again):

 

Bug fix

 

Update 2013/12/01:

 

Added support for using "space" as the unit separator, so you can do queries like "1mile km".

 

Update 2013/11/30:

 

Added Euros to the currency list. I also added a couple extra commands, accessible with the 'u>' command,

 

Update 2013/11/29:

 

Currency conversion is back.

 

Update 2013/11/25:

 

At last, I pushed out an update that should have this back up and running. It's using a local library now, so it's faster and not subject to the whims of Google. Sorry it took so long.

 

Update 2013/11/5:

 

Google shutdown the API this workflow was using on November 1, so it's broken until I switch it to something else. Sorry about that. I'll have it back up and running in a day or two.

 

Update 2013/10/11:

 

Bugfix

 

Update 2013/8/14:

 

It should now work with Snow Leopard (Python 2.6).

 

Update 2013/8/13:

 

Now with Alleyoop support!

Edited by jason0x43
Update workflow status
Link to comment
  • 2 months later...
  • 1 month later...

So, I started using this one in Snow Leopard recently (never had a problem in Lion). And it just won't work as it is happening a lot lately with many workflows -_-

 

As you can see, it is installed (I changed the keyword to uc)

 

qgqyPob.png

 

But then...

 

cEpK3hA.png

 

I tried clearing the cache and reinstalling, but nothing's changed so far.

Link to comment

So, I started using this one in Snow Leopard recently (never had a problem in Lion). And it just won't work as it is happening a lot lately with many workflows -_-

 

As you can see, it is installed (I changed the keyword to uc)

 

---

 

I almost replied before I noticed the "I changed the keyword to uc" bit. :)

 

Let me take a look at it and I'll see what's up...

Link to comment

So, I started using this one in Snow Leopard recently (never had a problem in Lion). And it just won't work as it is happening a lot lately with many workflows -_-

As you can see, it is installed (I changed the keyword to uc)

...

And now I've actually processed the rest of your post. It apparently takes several passes for me to actually read something. /sigh

Anyway, the problem was that I hadn't tested the workflow with Python 2.6, which is what Snow Leopard comes with. I fixed a few incompatibilities, so it should work now.

Edited by jason0x43
Link to comment

And now I've actually processed the rest of your post. It apparently takes several passes for me to actually read something. /sigh

Anyway, the problem was that I hadn't tested the workflow with Python 2.6, which is what Snow Leopard comes with. I fixed a few incompatibilities, so it should work now.

 

Wow, that was fast. It works now! Thanks :)

Link to comment
  • 1 month later...
  • 4 weeks later...
  • 2 weeks later...

Ok, it's been way too long since I updated this. I've pushed out an updated version that uses a local library rather than a web service. I was a bit worried about input processing (that was half the fun of using Google -- I could just throw stuff at Google and get back a reasonable answer), but I found a library that's pretty flexible, Hernan Grecco's excellent Pint (https://github.com/hgrecco/pint).

 

I simplified the interface a bit. There's only a single command now, u, and a single query format, "u {input value} > {output units}" (like "u 1mile > km"). You can still do unit math with queries like "u 1mile + 220m > km", and you can drop spaces that don't make the input ambiguous ("u1mile+220m>km").

Link to comment

I'm glad you found a good library to do this. It helps ensure that the workflow won't break again, it'll probably go much faster because you don't need a web request, and you can also use it when an internet connection isn't available.

 

Ok, it's been way too long since I updated this. I've pushed out an updated version that uses a local library rather than a web service. I was a bit worried about input processing (that was half the fun of using Google -- I could just throw stuff at Google and get back a reasonable answer), but I found a library that's pretty flexible, Hernan Grecco's excellent Pint (https://github.com/hgrecco/pint).

 

I completely understand that fun of writing something just to play with an api; it's definitely something I've done more than once. It's similarly fun to do the same with a library though. Update looks great. Thanks!

Link to comment

Ok, it's been way too long since I updated this. I've pushed out an updated version that uses a local library rather than a web service. I was a bit worried about input processing (that was half the fun of using Google -- I could just throw stuff at Google and get back a reasonable answer), but I found a library that's pretty flexible, Hernan Grecco's excellent Pint (https://github.com/hgrecco/pint).

 

I simplified the interface a bit. There's only a single command now, u, and a single query format, "u {input value} > {output units}" (like "u 1mile > km"). You can still do unit math with queries like "u 1mile + 220m > km", and you can drop spaces that don't make the input ambiguous ("u1mile+220m>km").

 

This looks great! Is there a place we can see what units it supports? I have looked at https://github.com/hgrecco/pint and at https://github.com/jason0x43/jc-units and haven't been able to find this information.

 

Thank you!

Link to comment

This looks great! Is there a place we can see what units it supports? I have looked at https://github.com/hgrecco/pint and at https://github.com/jason0x43/jc-units and haven't been able to find this information.

 

Thank you!

 

The built-in list of units is here: https://github.com/hgrecco/pint/blob/master/pint/default_en.txt. My additions are here: https://github.com/jason0x43/jc-units/blob/master/unit_defs.txt. I just added "C" and "F" for temperature (different names) and a definition for hectare (just for fun).

 

The unit system is easy to extend, although it doesn't seem to automatically handle unit name clashes. I have some simple logic in the workflow to deal with situations like "u 1cup>oz", where the unit name "oz" refers to weight ounces, but we mean fluid ounces. Basically I have a table of alternate possibilities for some unit names. If a conversion fails and either the source or destination units are in the table, the converter tries again with the alternate units. 

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...